Answer Posted / 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 |
Post New Answer View All Answers
Describe the difference between cookies, sessionStorage, and localStorage.
Define iframe in html.
What is use of a tag?
How do you write a good meta title?
What is nav code?
What are some new HTML5 markup elements?
What is dhtml pdf?
Can you use MathML tags directly in HTML5 without any plugin?
How do I make a picture into a link?
Tell me how to add video and audio in html5
Describe in brief HTML Lists?
What are inline elements and block-level elements in html?
What is full form of html?
How many types of css can be included in html?
Are
tags the only way to separate sections of text?