1. Home
  2. Computing & Technology
  3. Web Design / HTML

Adding Content to a Notepad Created Web Page

By Jennifer Kyrnin, About.com

3 of 5

Adding a Section Header

Adding a Section Header

Adding a Section Header

Jennifer Kyrnin

Once you've got your navigation on the page, you'll need to add a headline, so that your readers know what's going to be on the page. You can use any header from <h1> through <h6>, but it's best to stick to a hierarchy. In other words, use <h1> as your main title, then <h2> as your sub-title, and <h3> as a section title and so on.

For this site, label your page "My Pets", and put it in the <div id="main"> section:

<div id="main">
<h1>McKinley, Shasta, and Other Pets</h1>

3 of 5

Explore Web Design / HTML

More from About.com

  1. Home
  2. Computing & Technology
  3. Web Design / HTML
  4. HTML and XHTML
  5. Beginning HTML Tutorials
  6. Adding Content to a Notepad Created Web Page

©2008 About.com, a part of The New York Times Company.

All rights reserved.