HTML Text Tags Attributes

• Creates preformatted text

<pre></pre>

• Creates the largest headline

<h1></h1>

• Creates the smallest headline

<h6></h6>

• Creates bold text

<b></b> 

• Creates italic text

<i></i> 

• Creates teletype, or typewriter-style text

<tt></tt>

• Creates a citation, usually italic

<cite></cite>

Emphasizes a word (with italic or bold)

<em></em>

Emphasizes a word (with italic or bold)

<strong></strong>< /tt>

• Sets size of font, from 1 to 7)

<font size=?></font>

• Sets font color, using name or hex value

<font color=?></font>

You May Also Like

Leave a Reply?