Head section:
In head section there are 3 tags.they are:1)title tag
2)base tag
3)meta tag
title tag:– whatever we wrote in title tag it will be displayed in “title bar of the browser”.
base tag:-this is a base URL for all the links.we have to use only one base tag.we have use in head section only.
meta tag:-It is used to specify the additional meta information in the head tag.
It is also used to refresh the webpage.
<meta http-equiv=”refresh” content=”5″ />—–>It will refresh the webpage for every 5 sec.
1)Example to explain about head section(title,base,meta tags)
Output:


