No Content Found
Meta Tag
# Html <Meta> Tag

⨀ 02-Aug-2024 08:33:42 PM ( 1 year ago )
The <meta> tag defines metadata about an HTML document. Metadata is data (information) about data.
<meta> tags always go inside the <head> element, and are typically used to specify character set, page description, keywords, author of the document, and viewport settings.
Metadata will not be displayed on the page, but is machine parsable.