answersLogoWhite

0


Best Answer

The title.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What element can only be discovered in the head section of an HTML document?
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 element do you use to beginning and end of the body of HTML document?

The beginning and end of the BODY section of an HTML document is delineated by the and tags respectively. Together, these tags mark off the extent of what would be called the body element.


What element embeds a script into an HTML document?

The script tag.


How can you find a validation summary element on your computer?

how can an element with a validation summary element BE PUT into your HTML DOCUMENT


How many section of HTML document?

There are six headings that are available to be used in HTML. The range from H1 to H6. An H1 is more important then H6 heading. There should only be one H1 heading on any single HTML page.


What is the main part of an HTML page?

The main section of an HTML document is it's Body, defined by the and tags.


Can a TITLE tag can be used in any section of a webpage?

No, it must be used in the section of your HTML document. Here is an example of how to use it: <html> <head> <title>Web Page</title> </head> <body> </body> </html>


The title tag belongs where in your HTML?

Anywhere in the HEAD section of the HTML document. The W3C specification says that the TITLE tag must be present for the document to be considered valid. It should be a child of the HEAD element, but the specific location therein doesn't make a difference.


What is the first tag in every HTML document?

The HTML document begins,and ends with the tag . The element defines the whole HTML document. The element has a start tag and an end tag The Start element Tags within the HTML tags begins the content to be displayed for the web page (end body tag) The basic Tags needed to start an HTML document (and must be ended) look like this: This is where the content goes


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 are the two page section in HTML?

Head and body are the two sections of a HTML document with head containing information usually not seen by the user and everything in the body section being seen by the user.


What happen when you place functions in the head section of the HTML document?

You can place functions in the head section. They will be styled the same way head is styled.