HTML FONT

HTML FONT

<font size="3"> Text </font> (*options:2,3,4,5,ect.)
See the result: TEXT TEXT TEXT

<font color="#FF000"> Text </font>
See the result:TEXT TEXT TEXT

<font face="Brush Script MT"> Text </font>
*Options:Arial,Verdana,Courier New,Times New Roman,Comic Sans MS,times new roman,Brush Script MT.
See the result:Brush Script MT Text

<font face="Showcard Gothic"> Text </font>
See the result:Showcard Gothic

See the result:Lucida Handwriting

See the result:Lucida Calligraphy

See the result:Comic Sans MS

See the result:Times New Roman

<b> Text </b> (Bold)
See the result: Text Bold

<i> Text </i> (Italics)
See the result: Text Italics

<u>Text Underline</u> (Underline)
See the result: Text Underline

<s>Text Strike</s> (Strike)
See the result: Text Strike

<tt>Text Teletype</tt> (Teletype)
See the result:Text Teletype

E=MC<sup>2</sup> (Superscript)
See the result:E=MC2

E=MC<sub>2</sub> (Subscript)
See the result:E=MC2


<hr width="50%"> (Lines 50% width)
See the result:

<hr size="5" width="50%"> (Lines 50% width size 5)
See the result:

<hr noshade size="5" width="50%"> (Lines 50% Noshade)
See the result:

<hr noshade color="#0000ff"size="5" width="70%">
See the result:

<hr size="5" /><hr color="#ff0000"size="1" />

See the result:


<blockquote>
Text Blockquote
Text Blockquote
Text Blockquote
</blockquote>
See the result:
Text Blockquote
Text Blockquote
Text Blockquote

<br>Break<br>Break<br>Break
See the result:
Break
Break
Break

<p align="center">Text Center</p> (Center)
See the result:

Text Center


<p align="Right">Text Right</p> (Right)
See the result:

Text Right


<p align="Left">Text Left</p> (Left)
See the result:

Text Left


<div align="center"> (Div/Division without having to double line break)
Text Center
Text Center
Text Center
</div>
See the result:
Text Center
Text Center
Text Center

<ul>
<li>Text Center </li>
<li>Text Center </li>
<li>Text Center </li>
</ul>
See the result:
  • Text Center
  • Text Center
  • Text Center



https://sites.google.com/site/filestore100/articles/HTML%20FONT.docx?attredirects=0&d=1

https://sites.google.com/site/filestore100/articles/html-font.txt?attredirects=0&d=1