Anatomy of a HTML Page
<html> and </html> encapsulates the document’s contents
<head> and </head> encapsulates the header information (meta information, title, etc.)
<body> and </body> encapsulated the actual content of the document.
Previous slide
Next slide
Back to first slide
View graphic version