HTML Review
Hypertext Markup Language uses tags
Keyword or abbreviation in < > brackets
bold is <B>word</B>
Tags must be balanced with an opening <B> and closing tag </B>
Tags can be nested but must be done correctly
<B><I>word</I></B>
Some tags have no closing tag
Single spacing - <BR>
<IMG SRC="mypic.gif">
Double spacing - <P> - can be either!Tags can have attributes (SRC=, height=, width=, color=)
<IMG SRC="mypic.gif" height=20 width=10>
<FONT color=red>RED WORDS</FONT>Bare Bones Guide to HTML http://werbach.com/barebones/
| Prev | Next | Manila Part 2 |
| Prev | Next | Manila Part 2 |
Membership