Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

HTML - The Head Element

<!DOCTYPE html>
<html>
<head>
  <title>A Meaningful Page Title</title>
</head>
<body>

The content of the document......

</body>
</html>
 
PREVIOUS NEXT
Tagged: #HTML #The #Head #Element
ADD COMMENT
Topic
Name
6+6 =