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 |
Where is the meta title?
Do all HTML tags have end tag?
How can we club two or more rows or columns into a single row or column in an HTML table?
What is the meaning of <!doctype>?
What is xhtml used for?
What is html syntax?
What is space in html?
How do you pronounce mont blanc?
How do you tag?
Describe the use of "img" Tag in HTML?
How to make a DIV editable in HTML?
0 Answers Petranics Solutions,
How to create a hello world page in xhtml?