Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

anatomy of a html document

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>My test page</title>
  </head>
  <body>
    <p>This is my page</p>
  </body>
</html>
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #anatomy #html #document
ADD COMMENT
Topic
Name
3+8 =