<html> </html>
starts and ends document
<head> </head>
contains "behind the scenes" stuff
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- <title> (text you see at the top of the browser, important for search engines)
- <meta> (contain character encoding or search engine terms)
- CSS information, or link to a style sheet
- Script, like JavaScript
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
<body>
Contains the stuff you see:
- Text, Hyperlinks, Images, Video, Animation, Audio