HTML Simple Codes
Text ElementsFont size 1= small... 2=standard... 3= large<font size="1">Small font size</font> <font size="2">Small font size</font> <font size="3">Small font size</font> It will appear on the web page as follows: Small font size Small font size Small font size <br> (line break) Physical Styles<b>This text is bold</b><i>This text is italic</i> <u>This is underline</u> <b><i><u>This text is bold, italic, underlined</b></i></u> It will appear on the web page as follows: This text is bold This text is italic This is underline This text is bold, italic, underlined Links, Anchors, and Image Elements<a href="http://www.w3schools.com/">This is a Link</a><a href="http://www.w3schools.com/"><img src="URL" alt="Alternate Text"></a> <a href="mailto:someone@microsoft.com">Send e-mail</a> |
Example of How to Code a Font Color It will appear on the web page as follows: Standard Color Codes
|