differentiate between<HEAD> and <TITLE>
Answers
Answered by
0
head means header
title provide title to topic
title provide title to topic
Answered by
0
The HTML <head> tag is a container for metadata and links to scripts and style sheets. The <header> tag is a semantic container used to designate contents that is introductory or navigational in nature. ... The main difference is that the <head> element is for META data and the <header> element is for actual content.
Similar questions