<meta>
All Tags not showing in online page, but show on view source.
<head> <meta name="description" content="Home2IT A Responsive Web Site Tutorial"/> <meta name="keywords" content="kbbr tag in html, how to use help mark in html"/> <meta name="author" content="Home2IT.Com, pradeepkumar.anvi@gmail.com" /> <meta charset="UTF-8"> </head>
Code show like this:
Browser Support
The <meta> tag is supported in all major browsers.
What is meta tag
meta tag is use for keywords, description, author with name attribute. meta tag use inside of head tag.
HTML 4.01
<meta http-equiv=”content-type” content=”text/html; charset=UTF-8″>
HTML5
<meta charset=”UTF-8″>
How to Refresh document after 15 seconds.
<meta http-equiv=”refresh” content=”30″>