Index Page
About HTML
Color
Images & Links
Lists
Tables
Probibiscis Monkey
HTML= Hypertext Markup Language
Tagging language or formatting not computer coding
Most tags are put inside angle brackets (< >)
Structure of a simple HTML page
< html>
<br /> makes a line break
<hr /> makes a horizontal line on the page
<strong> makes makes bold text
<em> makes italic text - stands for emphasis
& nbsp; makes a space
& amp; makes an ampersand
& lt; makes a left angle bracket
& gt; makes a right angle bracket