HTML META Tag

Hello Guys, HTML had many varieties of tags.Especially In this article we will dicuss about HTML <meta> Tag <MRTA>TAG The <meta> tag defines metadata about the HTML document. Metadata is data (information) about data. ...Metadata will not be displayed on the page but can be parsed on the computer. Browsers (how to display content or reload pages), search engines (keywords),and other web services all use metadata. Examples Describe metadata within an HTML document: < head > < meta charset ="UTF-8" > ...