CBSE Class 10 Computer Applications Question 158 of 176

HTML I — Basic HTML Elements — Question 31

Back to all questions
31
Question

Question 19

Differentiate between <TITLE> and <HEAD> tags.

Answer
<TITLE> tag<HEAD> tag
<TITLE> tag contains the document title and identifies its content in a global context.The <HEAD> tag is used to define the document header. It contains information about the document, including its title, scripts used, style definitions and document descriptions.
<TITLE> tag is enclosed in <HEAD> tag.<HEAD> tag contains <TITLE> tag inside it.