Meta tag
Advertisements
Meta tag
<meta> tag provides all information related to web page like author name, keyword for search engine, description about what things page contain. By using meta tag (<meta>) you can also refresh your web page within regular interval of time.
Example
<html> <head> <meta name="keywords" content="html tutorial"/> <meta name="description" content="Html is easy to learn"/> <meta content="index, follow" name="Robots"/> <meta content="Tutorial4us.com" name="author"/> <meta http-equiv="refresh" content="30"/> </head> <body> <p>My first web page</p> </body> </html>
Result
My first web page
Browser supported
Element | |||||
<meta> | Yes | Yes | Yes | Yes | Yes |
Google Advertisment