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 are new media elements in html5?
What if there is no text between the tags or if a text was omitted by mistake? Will it affect the display of the HTML file?
What is local storage?
How do I close a browser window with html code?
What are empty elements?
What is the purpose of 'audio' tag in HTML5?
When a session storage data gets deleted?
How do I open a link into a new window?
What is the image tag?
What is the sessionStorage Object in html5 ? How you can create and access that?
What are tags in html?
How many tags are defined in xhtml 1.0?