next up previous
Next: Summary of Basic HTML Up: Basic HTML Programming Previous: HTML Tags

Basic HTML Page Structure

We can now meet or first three HTML tags html, head and body

Note that these specify the basic anatomy of every HTML page.

<html>
<head>
head elements go here
</head>
<body>
body elements go here
</body>
</html>



Dave Marshall
9/28/2001