1. Computing

Create a New Web Page Using Notepad

By , About.com Guide

5 of 9

Create a Head for Your Web Page
Create a Head for Your Web Page

Create a Head for Your Web Page

Jennifer Kyrnin

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.

©2013 About.com. All rights reserved.