Sunday 21 July 2013

What is HEAD  Tag ?

HEAD is  HTML tag where you can place information about the document. You must use the title element within the head element and also meta, style, script,favicon,  base and link  can also be used.


The following elements can use inside the <head> element:

<title> (this element is required in the head section)
    <style>
    <base>
    <link>
    <meta>
    <script>
    <noscript>


No comments:

Post a Comment