| Meta tags | |
| Tags placed in the head of an HTML document which provide information about the document itself. Meta tags can control whether information is to be passed to a browser, or remain internal. Some other uses for meta tags include providing keywords to help a web page show up in search engine listings. Syntax: It is also possible to provide a description which many search engines include in their indexes. Syntax: < meta name="description" content ="The description of the web page content goes here."> |