The head of an HTML document is where basic information about your Web page is stored. Things like the page title, and possibly meta tags for search engine optimization. To create a head section, add the following tags inside the <html> tags in your Web page:
<head>
</head>
As with the <html> tags, leave some space between them so that you have room to add the head elements.


