| PART 4: A Basic HTML Template |
<!DOCTYPE HTML PUBLIC "-//WC3//DTD HTML 4.0 Transitional//EN">
<HEAD>
<TITLE>The title appears at the top of the browser window. It is NOT the same as the filename!!</TITLE>
<!--This is a comment, comments will not be displayed by the browser.-->
</HEAD>
All of the elements of your web page will appear between the body tags.
</BODY>
</HTML>
| Contents | HTML | Creating Your Page | Directory and File Structure | Template | Tags, Attributes and Values | Links and Anchors | Lists | Graphics | Images | Tables | Sites | Composer | Appendix A |