About html
Colors
Lists
Images and Links
Tables
Tables
Home Page
HTML- hyper text markup language
tagging and formating
most of the tags that you use will be put inside angle brackets<(< or >)>
Almost all html tags have a beginning and ending tag
Every web page starts with
< html > and ends with
< html/ >
All heading information is within the < head > tag
Within the head tag, put the title tag.
The title will show up on the browser tab.
Structure of a simple HTML page
< html >
< head >
< title > < /title >
< /head >
< body >
all page content goes here
< /body >
other useful html codes
< /html >
<br/> makes a line break
<hr/> makes a horizontal line on the page
<strong> makes bold text </strong>
<em> makes italic text (stands for emphasis) </em>
& nbsp; makes a space
& amp; makes an ampersand
& lt; makes a left angle bracket
& gt; makes a right angle bracket
<!--comments-->
http://www.ascii.cl/htmlcodes.htm
page created by: Bennett
      1/25/10