| You are here: | About>Computing & Technology>Web Design / HTML> About.com Web Design A to Z> Web Design Articles A-H> Web Design/HTML Articles H> Headings, Bold, and Italic |
![]() | Web Design / HTML |
![]() HTML Headings - smaller than actual size Jennifer Kyrnin Web Design PathSuggested ReadingHeadings, Bold, and ItalicCreating Design Sections On Your PageLearn how to organize your text and create useful divisions of your Web pages using HTML heading tags. You can also change the look of your text with the bold and italic tags. HeadingsHeading tags are the simplest way to divide up your document. If you think of your site as a newspaper, then the headings are the headlines on the newspaper. The main headline is an h1 and subsequent headings are h2 through h6. Use the following codes to create HTML that looks like the image above.
<h1>This is Heading 1</h1> Some things to remember:
Bold and ItalicThe bold and italic tags add interest to your text. Unlike some other HTML tags, they are meant to look the same on all browsers. Simply surround your text with the opening and closing tags (<strong> and </strong> for bold and <em> and </em> for italics). You can nest these tags (which means that you can make text both bold and italic) and it doesn't matter which is the external tag.
<strong>This text is bold</strong> Web Design PathSuggested Reading |
Las Vegas on a BudgetFind a BargainHotel DealsCheap EatsFree AttractionsEntertainment for Less |
All Topics | Email Article | | | ![]() |
| Advertising Info | News & Events | Work at About | SiteMap | Reprints | Help | Our Story | Be a Guide |
| User Agreement | Ethics Policy | Patent Info. | Privacy Policy | ©2008 About, Inc., A part of The New York Times Company. All rights reserved. |



