[Home]

Topics

Tutorial

HTML

Dreamweaver

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

s


Tutorial HTML - Formatting Text with HTML


Text Formatting

  • You can control the text appearance in an HTML document.
  • The following tags is commonly used and easily memorized.

Tag
Description
<b>...</b> The texts placed in between these tags will be formatted in bold.
<strong>...</strong> The texts placed in between these tags will be formatted in bold, is seldom being used because <b> is commonly used.
<i>...</i> The texts placed in between these tags will be formatted in italic.
<em>...</em> The texts placed in between these tags will be formatted in italic to emphasis its importance. This tag is also seldom being used because code tag <i> is commonly used.
<u>...</u> The texts placed in between these tags will be formatted in underline.
<blink>...</blink> the texts placed in between these tags will be formatted to blink. This tag is only functioning using Netscape.
<marquee>...</marquee>

the texts placed in between these tags will be formatted to scroll horizontally. This tag is only function in Explorer.

scroll

<strike>...</strike> The texts placed in between these tags will be formatted in strike.
<sup>...</sup> The texts placed in between these tags will be formatted in superscript. The text is smaller and slightly higher such as a number raised to a certain power.
<sub>...</sub> The texts placed in between these tags will be formatted in subscript. The text is slightly lower such as the base of a number.


up


EXERCISES

Please copy these exercise into Notepad and save (Don't forget to put .html). Then, launch Internet Explorer and go to File > Open > Browse (find your saved file). Click OK.

up


back Overview of HTML | Adding Linksnext


 

 

 

 

 

 

 

Copyrights Reserved © Web Publishing 2003

Assessment

  • Assignment 1
  • Assignment 2
  • Quiz 1
  • Quiz 2
  • Project

 

Announcement

To all my students!

Please visit this web site regularly.