Web Design - Introduction to HTML: Formatting Text

Sections:   Introduction  |  Section 1  |  Section 2  |  Section 3  |  Section 4   |  Section 5
Section Two:  Part A  |  Part B  |  Part C  |  Part D  |  Part E  |  Part F  |  Part G

Adding Some Emphasis

Sometimes you have text that you want to make stand out – text that you want to add emphasis to so that your visitors understand that the text is important. HTML includes tags specifically used for bolding and emphasizing text.

Make it Bold!

To make text bold you use the following tags:
  • <strong></strong>
Placing text inside the <strong></strong> tags will make the text bold. In addition, the <strong></strong> tags inform visitors, using assistive technology, that the text has extra, emphasized meaning.

Now with Feeling!

To make text italicized use the following tags:
  • <em></em>
Placing text inside the <em></em> tags will make the text italicized. Like the <strong></strong> tags, the <em></em> tags inform visitors, using assistive technology, that the text has extra, emphasized meaning.

Let’s See it in Action…

header tags

Next Next

© 2008 KCDL. All rights reserved.