What is the purpose of the <meta> tag?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
The <meta> tag provides metadata about the webpage, such as character encoding, viewport settings, or SEO-related descriptions. Example:
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="HTML Interview Questions">
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
The <meta> tag provides metadata about the webpage, such as character encoding, viewport settings, or SEO-related descriptions. Example:
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="HTML Interview Questions">
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain autocomplete attribute of html5?
What is numbered list?
What are the basics of html?
What is ul in html?
What do you mean by DOM?
Which tag is used to insert images into your web page?
What is meta tag seo?
Is Xaml is better then HTML5 ?
What is dhtml in computer?
What are the advantages of SVG over other image format like JPEG or GIF?
What two keys are created by the html5 keygen element?
What are the new input types provided by HTML 5 for forms?