Add Titles to Your Web Pages

After you've created a basic Web page using the <HEAD> and <BODY> tags, use the TITLE tag to identify the title of your Web page. The title of your page will display in the title bar of your Web browser. It will also be used as the title of your page when someone adds your page to their bookmarks or favorites list.

Titled Page
Figure 1: A Blank Web Page with a Title

See Also
You can learn the HTML code required to add a title to your Web pages in the coding primer, Creating a Simple HTML Document.

BackPrevious Step . . . . . . . . . . . . . . . . . . . Next Step Next