How do I hide stuff in HTML?
May 8, 2005 7:42 AM
Subscribe
I want to have a long list of search terms on my page, but not display them.
Sorry if this is patently obvious, but I am only an egg.
posted by ackptui to computers & internet (11 comments total)
To summarize, if you want to list a description and a bunch of search engine keywords for a page, you'd put something like :
<META name="description" content="AskMe answer to putting a description in a META tag">
<META name="keywords" content="meta, askme, tags">
Inside the <HEAD> section (between the opening and closing HEAD tags) at the top of your HTML document.
posted by onalark at 7:54 AM on May 8, 2005