1 2 3 4 5 6 7 8 9 10 11 12 13 14
Back to the Lessons Index

Limitations of HTML

Does not:

Does:

Support multiple text sizes<FONT SIZE=X> </FONT>
Support multiple fonts<FONT Face="XXXX"> </FONT>
Support bold, underline, and italic version of text<B></B>, <U></U>, <I></I>
Have multiple Text colors<FONT COLOR="#XXXXXX"> </FONT>
Support Background Colors.<BODY BGCOLOR = "#XXXXXX"> </BODY>
Support tables, the only way you can "fake" tabs and margins.<TABLE> <TR><TD></TD></TR></TABLE>
Allow you to insert graphics, sound, videos.<IMG SRC = "#XXXXXX">
Have built-in graphics for line rules<HR>
Supports itemized lists with dots or numbers<UL><LI>...<LI>...<LI> </UL> like this bulleted list.