KnowledgeBoat Logo
|

Computer Applications

How would you display text in the title bar of browser ?

HTML Intro

3 Likes

Answer

To display text in the title bar of browser, we write the text within <TITLE> tag. Consider the following example,

<HEAD>
<TITLE> Text for the title bar </TITLE>
</HEAD>

Answered By

2 Likes


Related Questions