answersLogoWhite

0


Best Answer

Your <title> tag is probably the most useful. But you may be thinking about the

<meta name="description" content="About Your Page" /> tag.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

<a>;

<a href="www.answers.com">This is how you make a link. It can be an image, too!</a>

This answer is:
User Avatar

User Avatar

Wiki User

8y ago

There are numerous tags to determine the page content. the body tag or the div tag can be used for it.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

There are various tags used in HTML which are mainly used. Head tag, Body tag, HTML Tag etc are some examples.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

The title tag. It is what you will see on tabs in a tabbed browser and on the title bar in the browser when that page is active.

<title>My Web Page</title>

This answer is:
User Avatar

User Avatar

Wiki User

10y ago

img

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which tag is used to display the title of the web page?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What does the title tag change?

The title tag is used by the browser to display the title of the website, usually in the tab or title bar of the browsing application. Search engines also use this tag when displaying the link on the search results page. This tag is never rendered inside the actual content (the "body") of the HTML document.


What is meant by title in HTML?

The title in HTML would be referring to the HTML title tag. This is a meta tag that sits at the top of your web page. The title tag is displayed at the top of your browser to indicate the name of the page you are viewing. The page title tag is also used by the search engines to label a specific page. Example: &lt;HTML&gt; &lt;head&gt; &lt;title&gt;This Page Title&lt;/title&gt; &lt;/head&gt; &lt;/HTML&gt;


What tag configures a block display area or division on a page in CSS?

The DIV tag will create a division on a page, and its default display value is block.


What property in the XHTML link tag when configuring CSS to display a printed page?

If you mean: When configuring CSS to display a printed page, what property is used in the XHTML link tag?The answer is: the media attribute or media="print"Example:


Is the head tag used to give a heading to the webpage?

No. The title tag can be used to put a title on the title bar and the tab headers. There are also 6 title tags, through to that can be used to put titles in parts of a html document. The head tag defines the head area of the document. Lots of settings and information about the document is put in the head area. These are not visible when the page loads into a browser.No. The title tag can be used to put a title on the title bar and the tab headers. There are also 6 title tags, through to that can be used to put titles in parts of a html document. The head tag defines the head area of the document. Lots of settings and information about the document is put in the head area. These are not visible when the page loads into a browser.No. The title tag can be used to put a title on the title bar and the tab headers. There are also 6 title tags, through to that can be used to put titles in parts of a html document. The head tag defines the head area of the document. Lots of settings and information about the document is put in the head area. These are not visible when the page loads into a browser.No. The title tag can be used to put a title on the title bar and the tab headers. There are also 6 title tags, through to that can be used to put titles in parts of a html document. The head tag defines the head area of the document. Lots of settings and information about the document is put in the head area. These are not visible when the page loads into a browser.No. The title tag can be used to put a title on the title bar and the tab headers. There are also 6 title tags, through to that can be used to put titles in parts of a html document. The head tag defines the head area of the document. Lots of settings and information about the document is put in the head area. These are not visible when the page loads into a browser.No. The title tag can be used to put a title on the title bar and the tab headers. There are also 6 title tags, through to that can be used to put titles in parts of a html document. The head tag defines the head area of the document. Lots of settings and information about the document is put in the head area. These are not visible when the page loads into a browser.No. The title tag can be used to put a title on the title bar and the tab headers. There are also 6 title tags, through to that can be used to put titles in parts of a html document. The head tag defines the head area of the document. Lots of settings and information about the document is put in the head area. These are not visible when the page loads into a browser.No. The title tag can be used to put a title on the title bar and the tab headers. There are also 6 title tags, through to that can be used to put titles in parts of a html document. The head tag defines the head area of the document. Lots of settings and information about the document is put in the head area. These are not visible when the page loads into a browser.No. The title tag can be used to put a title on the title bar and the tab headers. There are also 6 title tags, through to that can be used to put titles in parts of a html document. The head tag defines the head area of the document. Lots of settings and information about the document is put in the head area. These are not visible when the page loads into a browser.No. The title tag can be used to put a title on the title bar and the tab headers. There are also 6 title tags, through to that can be used to put titles in parts of a html document. The head tag defines the head area of the document. Lots of settings and information about the document is put in the head area. These are not visible when the page loads into a browser.No. The title tag can be used to put a title on the title bar and the tab headers. There are also 6 title tags, through to that can be used to put titles in parts of a html document. The head tag defines the head area of the document. Lots of settings and information about the document is put in the head area. These are not visible when the page loads into a browser.

Related questions

What is the difference between HTML head tag and body tag?

The &lt;HEAD&gt; tag is used to display the heading information like company name, page title etc in the web page The &lt;BODY&gt; tag is used to display the body of the web page - which contains all the contents you want to display


What does the title tag change?

The title tag is used by the browser to display the title of the website, usually in the tab or title bar of the browsing application. Search engines also use this tag when displaying the link on the search results page. This tag is never rendered inside the actual content (the "body") of the HTML document.


What is meant by title in HTML?

The title in HTML would be referring to the HTML title tag. This is a meta tag that sits at the top of your web page. The title tag is displayed at the top of your browser to indicate the name of the page you are viewing. The page title tag is also used by the search engines to label a specific page. Example: &lt;HTML&gt; &lt;head&gt; &lt;title&gt;This Page Title&lt;/title&gt; &lt;/head&gt; &lt;/HTML&gt;


What tag produce the page name on the title bar?

The title tag will do it. It is always in the head area of a document. All pages done to the proper standards, should have a title tag with a name in it, like this:This is my web page


What tag do you use to insert wording into the top bar of a browser?

This is done using the &lt;title&gt;&lt;/title&gt; tag set, which must appear inside a &lt;head&gt;&lt;/head&gt; tag-set: e.g. &lt;HTML&gt; &lt;head&gt; &lt;title&gt; Here is a title to display at the top of the browser. You can put anything here that explains or otherwise has relevance to your page&lt;/title&gt; &lt;/head&gt; &lt;body&gt; A bog standard HTML page &lt;/body&gt; &lt;/HTML&gt;


What property in the XHTML link tag when configuring CSS to display a printed page?

If you mean: When configuring CSS to display a printed page, what property is used in the XHTML link tag?The answer is: the media attribute or media="print"Example:


What tag configures a block display area or division on a page in CSS?

The DIV tag will create a division on a page, and its default display value is block.


How do you find name of webpage?

It's inside &lt; head &gt; tag.inside this tag there a &lt; title &gt; tag to put the name(actually it's called page title) of the page. Anything you write inside &lt; title &gt; and &lt; /title &gt; appears on the browser as page title.


How to create a link with hover text on it on Tumblr?

Use the HTML title attribute with your &lt;a&gt; tag to display hover text. Here is an example: &lt;a href="page.html" title="Hover Text"&gt;Page&lt;/a&gt;.


Is the head tag used to give a heading to the webpage?

No. The title tag can be used to put a title on the title bar and the tab headers. There are also 6 title tags, through to that can be used to put titles in parts of a html document. The head tag defines the head area of the document. Lots of settings and information about the document is put in the head area. These are not visible when the page loads into a browser.No. The title tag can be used to put a title on the title bar and the tab headers. There are also 6 title tags, through to that can be used to put titles in parts of a html document. The head tag defines the head area of the document. Lots of settings and information about the document is put in the head area. These are not visible when the page loads into a browser.No. The title tag can be used to put a title on the title bar and the tab headers. There are also 6 title tags, through to that can be used to put titles in parts of a html document. The head tag defines the head area of the document. Lots of settings and information about the document is put in the head area. These are not visible when the page loads into a browser.No. The title tag can be used to put a title on the title bar and the tab headers. There are also 6 title tags, through to that can be used to put titles in parts of a html document. The head tag defines the head area of the document. Lots of settings and information about the document is put in the head area. These are not visible when the page loads into a browser.No. The title tag can be used to put a title on the title bar and the tab headers. There are also 6 title tags, through to that can be used to put titles in parts of a html document. The head tag defines the head area of the document. Lots of settings and information about the document is put in the head area. These are not visible when the page loads into a browser.No. The title tag can be used to put a title on the title bar and the tab headers. There are also 6 title tags, through to that can be used to put titles in parts of a html document. The head tag defines the head area of the document. Lots of settings and information about the document is put in the head area. These are not visible when the page loads into a browser.No. The title tag can be used to put a title on the title bar and the tab headers. There are also 6 title tags, through to that can be used to put titles in parts of a html document. The head tag defines the head area of the document. Lots of settings and information about the document is put in the head area. These are not visible when the page loads into a browser.No. The title tag can be used to put a title on the title bar and the tab headers. There are also 6 title tags, through to that can be used to put titles in parts of a html document. The head tag defines the head area of the document. Lots of settings and information about the document is put in the head area. These are not visible when the page loads into a browser.No. The title tag can be used to put a title on the title bar and the tab headers. There are also 6 title tags, through to that can be used to put titles in parts of a html document. The head tag defines the head area of the document. Lots of settings and information about the document is put in the head area. These are not visible when the page loads into a browser.No. The title tag can be used to put a title on the title bar and the tab headers. There are also 6 title tags, through to that can be used to put titles in parts of a html document. The head tag defines the head area of the document. Lots of settings and information about the document is put in the head area. These are not visible when the page loads into a browser.No. The title tag can be used to put a title on the title bar and the tab headers. There are also 6 title tags, through to that can be used to put titles in parts of a html document. The head tag defines the head area of the document. Lots of settings and information about the document is put in the head area. These are not visible when the page loads into a browser.


What tags places a title in the title bar on a browser?

The TITLE tag is used to define the title of the page. This value is used inside the title bar of the browser, on tabs, in bookmark files, and by search engines. The TITLE tag is a required child of the HEAD section of the document. In XHTML 1.0 Strict and HTML5, a document cannot pass the W3C validation check without a title tag being present.


Where is the text of the title tag displayed?

On the left top of the page on the title bar of the browser window.Note: The Blue color bar above the File, Edit menu etc where WikiAnswers - "Where does the text you insert in the title tag display" is displayed.