Back to home
 
HTML 101
HTML Code What it looks like
This is <i>italics</i> back to normal. This is italics back to normal.
This is <b>bold</b> back to normal. This is bold back to normal.
This is <b>bold <i>and italic</i> just bold</b> normal. This is bold and italic just bold normal.
<center>Centered</center>
Centered
<p align=right>Right</p>

Right

This is <blink>blinking</blink> back to normal. This is blinking back to normal. Doesn't blink in IE3.
<marquee>This is scrolling.</marquee> This is scrolling. Doesn't scroll in Netscape.
This is <font color=red>colored red</font> back to normal. This is colored red back to normal.
This is <font color=red size=1>colored red size is 1</font> back to normal. This is colored red size is 1 back to normal.
This is <font color=orange size=2>colored orange size is 2</font> back to normal. This is colored orange size is 2 back to normal.
This is <font color=yellow size=3>colored yellow size is 3</font> back to normal. This is colored yellow size is 3 back to normal.
This is <font color=green size=4>colored green size is 4</font> back to normal. This is colored green size is 4 back to normal.
This is <font color=blue size=5>colored blue size is 5</font> back to normal. This is colored blue size is 5 back to normal.
This is <font color=indigo size=6>colored indigo size is 6</font> back to normal. This is colored indigo size is 6 back to normal.
This is <font color=violet size=7>colored violet size is l</font> back to normal. This is colored violet size is 7 back to normal.
<font face=arial>This is what it looks like.</font> This is what it looks like.
<font face=algerian>This is what it looks like.</font> This is what it looks like.
<font face="book antiqua">This is what it looks like.</font> This is what it looks like.
<font face="comic sans ms">This is what it looks like.</font> This is what it looks like.
<font face=desdemona>This is what it looks like.</font> This is what it looks like.
<font face=garamond>This is what it looks like.</font> This is what it looks like.
<font face="ocr-a">This is what it looks like.</font> This is what it looks like.
<font face=verdana color=red size=4>This is what it looks like.</font> This is what it looks like.
<table border=10><tr><td>Boxed Text</td></tr></table>
Boxed Text
Some text <a href= https://members.tripod.com/ ~Dave57/sobral1.jpg> Click to see a flower</a> some more text. Some text Click to see a flower some more text.


Back to home