| TAGS |
WHAT
THEY DO |
| <HTML>
</HTML> |
Signals
the start and end of the html document |
| <HEAD>
</HEAD> |
Encloses
TITLE and META tags |
| <BODY>
</BODY> |
Signals
the start and end of web page content |
| <B>
</B> |
Makes
text bold |
| <I>
</I> |
Makes
text italic |
| <T>
</TT> |
Makes
text resemble that of typerwriter |
| <FONT>
</FONT> |
Manipulates
text |
| <H>
</H> |
Puts
heading on page. Ranges from size 1 to 6 |
| <CENTER>
</CENTER> |
Centers
stuff on web page |
| <IMG>
</IMG> |
Puts
graphic on page. Needs SRC attribute to work |
| <A>
</A> |
Makes
a link. Needs HREF attribute to work |
| SINGLE
TAGS |
| <BR>
|
Skips
down one line |
| <P> |
Skips
down two lines |
| <HR> |
Makes
a line across the page |
| TABLE
TAGS |
| <TABLE>
</TABLE> |
Signals
start and end of table |
| <CAPTION>
</CAPTION> |
Puts
heading above table |
| <TR>
</TR> |
Signals
start and end of table row |
| <TD>
</TD> |
Signals
start and end of table cell |
| <TH>
</TH> |
Same
as above but makes text bold and centered |