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 happens if the list-style-type property is used on a non-list element like a paragraph?
different between html and xml
How many types css can be include in html?
What is html dom?
List out some basic elements in html5?
Is xhtml a programming language?
What are empty elements?
What is meta description tag example?
What is a a tag?
What is the use of dom in html?
What are tags used for?
What is meta tags in html?