Meta tags- HTML

What’s the html code for meta keywords = ie the keywords for google

like say
[meta keywords=“dog, cat, frog, llama”]
?
I forgot.

<meta name=“keywords” content=“keyword list you want to use, space delimited”>

Here’s some real-life examples:

<META NAME=“Author” CONTENT="(name)">
<META NAME=“Webmaster” CONTENT="(name)">
<META NAME=“Copyright” CONTENT=“Copyright © 2003 (company name)”>
<META NAME=“Keywords” CONTENT="(word), (word), (word), etc…">
<META NAME=“Description” CONTENT="(descriptive sentence)">

You can find this information on pretty much any site by going to one of their pages, and then going to the IE menubar, clicking on “View” then on “Source.” This will give you the code for that web page.

Aslan2 - if you “view source” on a webpage that you want to emulate, you’ll find a lot of this stuff out yourself.