Document Info
<base/
The base tag identifies a default URL and a default target for all the links in an HTML document. It is a handy tool for pages with several internal links.
<meta/
The meta tag describes meta data within an HTML document. It explains
additional material about the HTML. Including the date, time, description etc.
<link/
The link tag builds connections to an external style sheet, other outside pages and documents.
<style ... </style
The style tag delineates style information in an HTML document.
<script ...</script
The script tag encloses scripting statements or outlets to external script links.