<< How it Starts | Index: HTML Basics | Next: It Needs a Body >>

It Needs a Head

After we start the page with <html>, we should define the <head>.

<head>
<title>this part’s in the title bar.</title>
...
</head>

The HEAD can contain other stuff, including META tags (more on that later if we have time). Nothing in the HEAD actually appears in the web page.