0

Help

What is "meta name'' used for in html coding

29th Jun 2017, 5:56 PM
Oodo Roland Uchenna
Oodo Roland Uchenna - avatar
2 Answers
0
It specifies the name for the metadata. For example, author, keywords, viewport, etc... https://www.w3schools.com/tags/tag_meta.asp Definition and Usage Metadata is data (information) about data. The <meta> 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. The metadata can be used by browsers (how to display content or reload page), search engines (keywords), or other web services. HTML5 introduced a method to let web designers take control over the viewport (the user's visible area of a web page), through the <meta> tag (See "Setting The Viewport" example below).
29th Jun 2017, 6:02 PM
AgentSmith
0
Thanks for the answer
29th Jun 2017, 6:03 PM
Oodo Roland Uchenna
Oodo Roland Uchenna - avatar