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 are gradients in Canvas used for? What are their different types?
What is alt text for images?
Why xhtml is used?
What is the concept of Application Cache in HTML5? What are its advantages?
How do I get form data emailed to me?
What is image map in html5?
What is a physical tag in html?
What does a href stand for?
What are two types of html tags?
Why is XHTML needed? Isn't HTML good enough?
What is html renderaction?
How to create scrollable tables in HTML-DHTML? My doubt is "I want to create a table whose header will remain stationery when I scroll the table vertically, but at the same time when I scroll horizontally, the header should scorll sidewise along with the body."