quote:
Originally posted by johny
in html code what does <head>?
The head of the document is primarily used for the page title and putting in JavaScript codes that you want to be loaded before the body or the main part of the document is loaded. Best for variables that you need for any JavaScript scripts that you are using on the page...it has other uses but that's the main uses...