4 HEAD Tags

Discussion in 'HTML & Website Design' started by gooseandluba, Mar 30, 2008.

  1. #1
    Can someone please check out the site in my first signature? When viewing the source code I see I have 4 head tags. I'm thinking this can't be good. I need someone to tell me where these tags need to begin and end.
    Thanks to whoever helps me.
     
    gooseandluba, Mar 30, 2008 IP
  2. Travis

    Travis Peon

    Messages:
    539
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You want all of your head tags to be directly under <html>

    Only one head tag is necessary, so copy and paste all of the content in the other ones into your topmost <head> tag.

    It should look something like this

    <html>
    <head>
    ALL OF YOUR HEAD CONTENT HERE
    </head>
    <body>
    </body>
    </html>
     
    Travis, Mar 30, 2008 IP
    gooseandluba likes this.
  3. gooseandluba

    gooseandluba Peon

    Messages:
    202
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    That's two for you Travis.

    Thanks very much for the help!!
     
    gooseandluba, Mar 30, 2008 IP