what is the use of <head> tag? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

what is the use of <head> tag?

help me

19th May 2020, 6:27 PM
itsMarufChy
itsMarufChy - avatar
10 Answers
+ 2
If you're starting html, you'll find out that there's not much you will put in there, but in the future you will be able to put CSS codes in the head to style the page.
19th May 2020, 9:28 PM
Samuel Jo
Samuel Jo - avatar
+ 1
Head tag in html is used to contain information on title of document, scripts(Js codes) , links to scripts and css files.
19th May 2020, 7:05 PM
vigneswari ganesan
vigneswari ganesan - avatar
+ 1
Head is where the the title style and sometimes javascript codes are placed in your html code
22nd May 2020, 7:43 AM
Raymond Thund3r 
Raymond Thund3r  - avatar
0
are you admin here?
19th May 2020, 6:30 PM
itsMarufChy
itsMarufChy - avatar
0
oky
19th May 2020, 6:32 PM
itsMarufChy
itsMarufChy - avatar
0
i know html
19th May 2020, 6:33 PM
itsMarufChy
itsMarufChy - avatar
0
You can style with css or put js code inside the <head> tags and/or put a title for the page. Basically things that arent directly visible to the webpage are desplayed inside the <head> tags
21st May 2020, 5:37 AM
Nathan Trapero
Nathan Trapero - avatar
0
It is used to give heading which includes title in it. For more info you must refer to html fundamental course.
21st May 2020, 2:05 PM
Vineet Pandey
0
you can see in html course
21st May 2020, 2:53 PM
Amit Pandey
Amit Pandey - avatar
0
what is the use of <head> tag? help me The head is basically used for titling ur topic or highlighting that thing which you are described in ur webpage
21st May 2020, 5:11 PM
Bhavneet Kaur
Bhavneet Kaur - avatar