HTML5 Boilerplate Code (Starter Template)

#language

No more strugling for finding boilerplate codes.
Just copy, paste & go!

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Boilerplate World</title> <link rel="stylesheet" href="style.css"> </head> <body> <script src="index.js"></script> </body> </html>

About the language 

 HTML5 Description

HTML5 is a markup language that is used to structure and present content on the World Wide Web.

It is the fifth and current version of the HTML standard. The main goal of HTML5 is to improve the language with support for the latest multimedia and other new features while keeping it readable by humans and consistent with how computers and devices parse it.

To do this, HTML5 introduces new elements for video and audio, as well as a Canvas 2D drawing API. It also integrates scalable vector graphics (SVG) and MathML for mathematical formulas and adds new form input types such as date, time, email, URL, and search.

Official Wikipedia page 

Development information 

Developers: WHATWG, WWW Consortium, Wix
Released on: 22/01/2008
Type of format: Markup language
Market share: 90.6%


Tutorials & more