Posts

Showing posts with the label Inline Resources

Head Tag in HTML

Image
In HTML, the Head element is a complex container within the document structure that holds metadata and other information about the HTML document itself, rather than the content that appears on the page. Here's a detailed explanation of the head element and its common use cases: Purpose of the <head> Element The head element is a container for metadata and other information about the HTML document. It does not directly display content to the user in the browser window but instead provides essential information and instructions to browsers and search engines. Common elements or tags used within HEAD tag. Title : It is used to Sets the title of the HTML documents. Syntax : <title>Tittle of the page</title> Meta data : It provides information about the HTML document itself rather than the content displayed on the page. It attributes includes viewport, author, charset, description,and keyword. Syntax : <meta name=”k