Thread: title?
View Single Post
  #1 (permalink)  
Old Mar 11th, 2008, 15:08
Aesir Aesir is offline
Junior Member
Join Date: Mar 2008
Location: London
Age: 18
Posts: 42
Thanks: 0
Thanked 0 Times in 0 Posts
title?

This may be a stupid question and something I have probably overlooked but what does this title function do in this piece of code?

<link rel="stylesheet" type="text/css" title="some title" href="/styles.css" />

At first I thought it was just the title tag in the <link> tag rather than the <head>. After removing the <title> tag in the <head> tag though it displyaed my document as untitled.

?

And whilst I think of it are meta tags worth it? Do I really need to put meta name="keywords/descriptions/author" etc.

Last edited by Aesir; Mar 11th, 2008 at 15:11.
Reply With Quote