Q21. What is the purpose of <head> tag?
The `` tag in HTML is used to provide metadata about document, such as title of page, links and other information that is not directly displayed on the web page. This inf...
Technical Question Bank · Peer-Reviewed
Search and filter frequently asked interview questions across technical, programming, and behavioral domains. Tailor your interview preparation by difficulty for freshers or experienced developers (52 available).
The `` tag in HTML is used to provide metadata about document, such as title of page, links and other information that is not directly displayed on the web page. This inf...
The `` tag is used to provide additional information about the webpage, such as author, keywords, description which is used by search engines to understand the content of...
The `` tag is either used to embed client-side script(Javascript), or it points to an external script file through the src attribute.
The **viewport meta tag** informs mobile browsers how to control the page's dimensions and scaling relative to the physical device screen: ```html ``` ### Why It Is Manda...
The `` tag in used to display text for those browsers which does not support script tag or the browser disabled the script by user.
The **``** tag is used in HTML forms to logically group related form controls and labels together, both visually and semantically: ```html Billing Address Information Str...
HTML tag is just opening or closing entity. For example `` and `` are called HTML tags. HTML element consists of opening tag, closing tag and content(optional for content...
The color of the bullet is always the color of the first text of the list. So, if we can change the color of the bullets by changing the color of the text.
If we don't put `` tag, the browser will not be able to identify that it is an HTML document and HTML5 tags will not function properly.
HTML5 Web Storage is a mechanism in modern web browsers that allows web applications to store data locally within the user's browser. It provides two storage options: Loc...
HireXTech uses essential storage to remember your study preferences and third-party advertising cookies via Google AdSense in compliance with GDPR. You can choose to enable essential cookies only or accept all cookies. Read our Privacy Policy.