Computer Science, asked by acdaa, 8 months ago

Where is the metadata located in an HTML5 document?

Answers

Answered by sarojkumarpandeylic
0

Answer:

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.

MARK ME AS BRAINLIST

AND FOLLOW ME

Answered by Sneha1118
0

Answer:

<head>

<meta charset="UTF-8">

<meta name="description" content="Free Web tutorials">

<meta name="keywords" content="HTML, CSS, JavaScript">

<meta name="author" content="John Doe">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

</head>

Explanation:

hope it help you

mark as brainlist

#AKsneha

Similar questions