answersLogoWhite

0

Any text in between <head> and </head>.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Is part of the document but does not print?

hidden text


What does not print but is part of the document's?

hidden text


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.


What are the elements of an HTML document?

The elements of an HTML document are:HEADTITLEBODY


How do you open HTML document?

click on html link


How can i disable view source for HTML?

&lt;html source="hidden"&gt;


Where can one download a blank HTML document for free?

You can download a blank HTML document for free online from the W3Schools website. Once on the page, click on "HTML" in the left navigation menu and then copy and paste the code from the box into a text document and name it with the .html file extension to save the blank HTML document.


What does mean HTML documents?

HTML stands for Hyper Text Markup Language. An HTML document contains HTML code that shows a Web browser how to display the document content.


What is document tag in HTML?

HTML does not have a DOCUMENT tag. The closest thing it has is DOCTYPE, which specifies which specification of HTML (there are several versions) is being used for that page.


What should be the last command in any HTML document?

The last command in any HTML document is a closing HTML tag. Just before it is the closing BODY tag. &lt;/BODY&gt; &lt;HTML&gt;


Differentiate HTML tag from an HTML documents?

HTML tags are used to delimit HTML elements inside an HTML document.


Written remarks in your HTML or CSS document which will not be displayed in the browser?

Comments are not displayed by the browser, but they can help document your HTML source code.