difference between head tag and title tag with five different.
Answers
Answered by
2
What's the difference between HEAD tags and BODY tags?
most HTML books only 'briefly' mentions <head> and <body> tags...but they just go away really fast.
Do they affect how browsers render web pages?
Also, do they affect the order in which javascripts are run?
(I mean, if I have a javascript inside a <head> tag, would it run BEFORE another javascript inside <body> tag? Even when <body> came BEFORE <head>?)
This is too confusing--I haven't ever used a head/body tags, but i never had any trouble with it. But while reading Jquery tutorial, I saw people recommending putting some codes inside <head> and the others inside <body> tags.
Thank you!!!!!!!!!!!!!!!!!!!!!
most HTML books only 'briefly' mentions <head> and <body> tags...but they just go away really fast.
Do they affect how browsers render web pages?
Also, do they affect the order in which javascripts are run?
(I mean, if I have a javascript inside a <head> tag, would it run BEFORE another javascript inside <body> tag? Even when <body> came BEFORE <head>?)
This is too confusing--I haven't ever used a head/body tags, but i never had any trouble with it. But while reading Jquery tutorial, I saw people recommending putting some codes inside <head> and the others inside <body> tags.
Thank you!!!!!!!!!!!!!!!!!!!!!
Attachments:
Answered by
0
What is the difference between body and head tags
Similar questions