Re: The right things to have between head tags
Ok, If I am reading your post correctly, and you are asking about what is between the <head> and </head> tags then every message above this one is garbage. Ignore them.
In between the <head> and </head> tags are a number of things you can use, but the main ones you will care about are quite simply:
<title> </title>
<meta name="keywords" content="" />
<meta name="description" content="" />
and the metas are really not even needed nowadays.
|