Web Design Tutorial #3 – Head and Title
In this tutorial, we will be looking at the <head> tag and the related <title>, <meta>, and <link> tags. We’ll leave a couple of other tags with <head> for later – specifically <base> and <script>. The <style> tag we will pass over, for reasons which will become clear.
The <head> tag comes immediately after the <html> tag, and before the <body> tag. It supplies information to the browser which, with one exception, will not be displayed on the screen. Let’s start easy, and work up. If you haven’t done so already, download the base file from Tutorial #2
and save it in a folder on its own with the name ‘index.html’. Either way, open in a text editor and change it so it looks like
.
.
.
<html>
<head>
<title>Hello World!</title>
</head>
<body>
.
.
.
Open the file with your browser of choice (or IE) and lo! the page has a title. Next up: <meta> tags.

![[del.icio.us]](http://terucada.com/blogs/wp-content/plugins/bookmarkify/delicious.png)
![[Digg]](http://terucada.com/blogs/wp-content/plugins/bookmarkify/digg.png)
![[Google]](http://terucada.com/blogs/wp-content/plugins/bookmarkify/google.png)
![[StumbleUpon]](http://terucada.com/blogs/wp-content/plugins/bookmarkify/stumbleupon.png)
![[Windows Live]](http://terucada.com/blogs/wp-content/plugins/bookmarkify/windowslive.png)
![[Yahoo!]](http://terucada.com/blogs/wp-content/plugins/bookmarkify/yahoo.png)
![[Email]](http://terucada.com/blogs/wp-content/plugins/bookmarkify/email.png)