0
What is "<head>" used for?
6 Answers
+ 4
It's used to add stuff like page title,script location e.t.c
+ 4
Many of the things you can't see, but which help the page work, go in <head>.
- JavaScript or CSS
- Links to, for example, external JavaScript or external CSS
- Information like charset, which helps the browser display the page correctly
- Meta-information about the page, like its topic, its author, and related keywords, to help search engines properly categorize your page
Hope it helps!
+ 2
For metadata or page definition.
+ 1
<head> contains - the information of the web page.
-
It's like we've our name, our location in our head which is saved in our brain :D
0
The head tag is for data or info to be read by the browser and i think for the computer.