0
What is difference between head tag and title tag?
5 ответов
+ 10
<title> tag is the child of the <head> tag.(It is placed inside head)
<title> tag gives the title for the document.
+ 9
The head of an HTML file contains all of the non-visual elements that help make the page work.
+ 9
That are not displayed on the web page.
0
thank u for reply but for what purpose the head tag is used ?
0
what are the non visual elements?