Thursday 3 January 2013

HTML 5 basic tutorials part 5 Meta tags


Hi all this is Vishnu Sharma and in this article in so through the Meta tag
so, 

what is Meta tag ….??

Meta tags are used for describing your website to the search engine ….
Think like u wan to search on Google about u want to learn html 5.. u get lots of link with html5 related link …this is because the search engine don’t see u r full article they just see your meta tag description …..
Have a example of the meta tag

<meta name="description" content="Contains info about meta tags">

The meta tag is place in the head tag ….
<!doctype><html>
<head>
<meta name="this blog is all about html 5" content="20 ">
<title>HTML 5 Tutorial </title>
</head>
<body>
<p>this is example of the Meta tag</p>
</body>
</html>

0 comments:

Post a Comment