Computer Applications

Differentiate between <TITLE> and <HEAD> tags.

HTML Intro

41 Likes

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.

Answered By

15 Likes


Related Questions