Which is default HTML5 skeleton ?

General TopicsHTML

An HTML5 skeleton could look like this:

<!DOCTYPE html>
  <html lang="en">
<head>
  <meta charset="utf-8">
  <title>THIS IS SIMPLE HTML5 SKELETON</title>
</head>
<body>

</body>
</html>
(Note that this is not the most minimal HTML5 document, so many parts are optional.)
     

Advertisements

ads