HTML meta tag
HTML <meta> tag represents meta data about a page. Browsers use the meta data to bring the page in search results.
<head>
<meta name="keywords" content="break bone fever,dengue fever,dengue virus,mosquitoes">
<meta name="description" content="dengue fever is caused by the dengue virus that the mosquitoes spread.what are the causes of dengue fevere. what is the treatment of dengue fever.">
</head>
</>
Tag Uses
Specific uses of <meta> tagmeta information tells the browser about what kind of data is on the page.
For example, the above-given meta describes the dengue fever. Now, if a user searches for dengue fever information, then the page containing the above meta data will be in the search results.
Tag omission
meta element is self-closing tag i.e. there is no end tag.
Global Attributes
All the global attributes are applicable on the meta element.
Next Previous
Was this article helpful?