What is the difference between meta tag content and the title ?
I know title will be displayed in the title bar and the meta tag will not be displayed and its for w3 stadards we are just adding it in our html code …but why we should do that ? what are the uses of it ? I wish to know detailed and clear explanation about it …anyone please clear me up
What is the difference between
<title>Title of the website</title>
AND
<meta name="keywords" content="This website is for online shopping" />
The
<meta name="keywords" ...>element has been deprecated (it was never appropriate for what the<meta>tag was designed for anyway). From Wikipedia’s article on Meta element: