answersLogoWhite

0


Best Answer

To provide data about the webpage that is not included in the main body of the webpage, such as title, meta description and tags, CSS style rules and javascript functions.

Example:

Head tag example

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the purpose of head element in HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What HTML element is always found within a HEAD container?

The only HTML element that is required in the HEAD section of an HTML document (according to the W3C specifications for HTML 4, HTML 5 and XHTML) is the TITLE element.


What do you mean by HTML header?

HTML header is placed on the top of a HTML page. It is wrapped inside the <head> element.


What do you mean by header?

HTML header is placed on the top of a HTML page. It is wrapped inside the <head> element.


What element can only be discovered in the head section of an HTML document?

The title.


What is a basic structure of HTML?

A HTML file has the below structure <HTML> <HEAD> <TITLE> Title of the Web page <TITLE> Header of the Web page </HEAD> <BODY> Body of the Web Page </BODY> </HTML> The file has a .HTML extension and can be viewed in any web browser like IE or chrome or Mozilla


What tag opens and closes all webpages?

A web page consists of a DOCTYPE, a HEAD element and a BODY element. The HEAD and BODY tags are optional in HTML but required in XHTML. The HEAD element must contain a TITLE element. The following is a valid page in HTML4.01: <!doctype html public "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <title></title> <p></p>


What is the basic structure of an HTML?

The basic structure of HTML includes tags, attributes and elements. According to the W3C, all X/HTML documents must contain:A doctype declaration, to tell the browser what version of HTML is being used.An HTML element, which will contain all other elements. HEAD and BODY are the legal children for the HTML element.A HEAD element, used to hold meta data. There must be one and only one HEAD element, and it must be the first child of the HTML element.A TITLE element, which is a child of the HEAD element, and describes the content of the page for browsers and search engines.A BODY element, which holds all the page data. There must be one and only one BODY element, and it must be the second child of the HTML element.Give below is an example of the most basic HTML 5 document structure:A Basic HTML 5 PageWelcome to Answers.comGiven below is the example of the basic structure of an XHTML document (this language is in the process of being replaced by HTML 5):Page Title for Browser and Search EnginesWelcome to Answers.com


What are the HTML elements that appear in the BODY element?

The body element can contain from nothing to all of a web page's content. It follows the closing head tag and goes until the closing html tag. So, pretty much anything that doesn't specifically belong in the head tag will appear in the body element.


What are the building blocks of HTML?

HTML pages typically contain a parent <html> element, in which there are 2 elements, the <head> and the <body>. The <head> contains metadata, such as description, keywords, scripts, styles, and the page title. The <body> contains the data that will be displayed on the page.


What are the basic building blocks of HTML?

HTML pages typically contain a parent <html> element, in which there are 2 elements, the <head> and the <body>. The <head> contains metadata, such as description, keywords, scripts, styles, and the page title. The <body> contains the data that will be displayed on the page.


What are four basic tags needed for every single webpage?

These are the Basic Eight: <html> <head> <title> Data Value </title> <body> </body> </html> A good site to check out would be http://www.htmlcodetutorial.com


How do you enter name in HTML?

If you mean name of an html element, it should look like this: <element name="element">