Forum : HEAD (In HTML)
Brief description  about Online courses   join in Online courses
View Rajeev Ranjan Srivastava 's Profile

HEAD (In HTML)

the html scripting starts with <HTML> tag and then is followed by <HEAD> which is further followed by <TITLE>.
What's the role of <HEAD> tag (because it ends just after the title)
Asked by Rajeev Ranjan Srivastava | Oct 5, 2010 |  Reply now
Replies (2)
View rajeev ranjan srivastava 's Profile
Thank You..Sir..
Oct 5, 2010
View teacher siliconindia 's Profile
Hi

The head element is a container for all the head elements. Elements inside <head> can include scripts, instruct the browser where to find style sheets, provide meta information, and more.

The following tags can be added to the head section: <base>, <link>, <meta>, <script>, <style>, and <title>.

Regards
Oct 5, 2010