what is meta and main tag?
what is meta tag and main tag
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rijwan AnsariPosted Mar 17, 2021, 6:24 AM
Most Popular Browsers
Chrome, Firefox, and Edge are the most used browsers today.
Microsoft Edge
Microsoft Edge is a web browser developed by Microsoft, released in 2015. Microsoft Edge replaced Internet Explorer.
Satya KarkiPosted Mar 15, 2021, 4:55 AM
Mageshwaran RPosted Nov 12, 2019, 8:26 AM
Akhil GargPosted Apr 1, 2015, 9:45 AM
The tag specifies the main content of a document. element should be unique to the document. It should not contain any content that is repeated across documents such as sidebars, navigation links, copyright information, site logos, and search forms.
The content inside the
The tag provides metadata about the HTML document. Metadata will not be displayed on the page, but will be machine parsable.
Meta elements are typically used to specify page description, keywords, author of the document, last modified, and other metadata.eg. charset=UTF-8
The metadata can be used by browsers (how to display content or reload page), search engines (keywords), or other web services.