CBSE Class 10 Computer Applications Question 109 of 176

HTML I — Basic HTML Elements — Question 8

Back to all questions
8
Question

Question 4

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

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>