Computer Applications
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. |