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 |
explain the exec system call
Where does nav go in html?
How do I create a hyperlink?
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."
What is the tag for making a comment?
What does br stand for in games?
What are META tags?
What is frameset in html?
How do you write a meta title?
Is html static or dynamic?
What are web workers and why do we need them ?
What is hyperlink? Why it is used?