What is the purpose of the meta tag in HTML?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
The <meta> tag provides metadata about the HTML document. Examples:
• <meta charset="UTF-8">: Specifies character encoding.
• <meta name="viewport" content="width=device-width, initial-scale=1.0">: Ensures responsive design on mobile.
| Is This Answer Correct ? | 0 Yes | 0 No |
The <meta> tag provides metadata about the HTML document. Examples:
• <meta charset="UTF-8">: Specifies character encoding.
• <meta name="viewport" content="width=device-width, initial-scale=1.0">: Ensures responsive design on mobile.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a style sheet?
What are formatting tags?
Explain the key differences between localstorage and sessionstorage objects.
What is closing tag in html?
What is network in application cache?
Why to use xhtml.
Difference between dhtml and html?
What is ol tag?
Why div tag is used in html?
What is main element in html5?
What is the concept of Application Cache in HTML5? What are its advantages?
What is the relation between xhtml and sgml?