+ 6
What's the function of <head></head> tags in HTML?
5 Respostas
+ 13
Head tag is multi functional. It contains the title of a document, metadata, script information, styling sheets e.t.c.
+ 5
Head is used for everything actually, to link, to use internal CSS style sheet, JS scripts also (not sure about this)
+ 3
it just a nest for metadata, title, favicon, internal css, and internal js
INFO: you don't need to write <head> tag again in your html code because browser automatically describe all tags inside <head> tag in their place.
+ 1
For the CSS classes and the title, and a lot of other things.(also "script" optionally)
0
Open and close tags of the Header in your HTML documents, but can be used for a wealth of things