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.