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 |
What is the purpose of 'required' attribute in HTML5?
How to utilize a server-sent event in HTML5?
What is :: before in html?
What is the purpose of Socket.readyState atribute of WebSocket?
Which is best html debugging tool.
What are the table elements in html?
What is a text tag?
Is script a self closing tag?
What is <table> tag and why it is used for?
How do you insert a comment in HTML?
What is a title tag?
What are the new input types provided by HTML 5 for forms?