+ 2
"the best website is the one who has more complex <head>". what do you think?? do you agree with this??
2 Antworten
+ 4
Depending on your definition of "best".
Websites with more complex <head> seem to either
*Take a lot into consideration (like IE support )
*Embed JS code in <head>
*Offers lots of features via <scripts>
*Include a bunch of meta data via the <meta>
+ 7
I would respectfully disagree because in the end, all the visible action is in the <body>.
You need to code the body to take advantage of the head so I would say the body is the most important.
If you feel like being a smartass then the HTML tag encapsulates all others.