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 |
Will width property uses full width of browser?
What is img src?
Is html front end?
What are the new APIs provided by HTML 5 standard?
How do I change the title of a framed document?
What is the use of an iframe tag?
What is the meaning of Casacading in Casacading style sheet (CSS).
How to redirect using HTML?
What is a meta title?
Why h1 tag is used in html?
What are the different new form element types in html 5?
What is a physical tag in html?