Using the header tag properly

Discussion in 'HTML & Website Design' started by bad_bob00, Mar 22, 2007.

  1. #1
    Hi there,

    I've been reading that you should use the <h1> tag to improve your SEO.
    I tried putting the title on my page as a header1 like above, but the text becomes too large and doesn't really blend in with the rest of the website.

    Is there a way of using the <h1> tag without having massive text? :eek:


    Thanks for any help.
    Matt
     
    bad_bob00, Mar 22, 2007 IP
  2. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Yes, style it with css in your css file.
     
    mad4, Mar 22, 2007 IP
  3. bacanze

    bacanze Peon

    Messages:
    2,419
    Likes Received:
    127
    Best Answers:
    0
    Trophy Points:
    0
    #3
    * In your external css file

    h1 {
    font: 150% Tahoma;
    color:#272727;
    }

    etc etc

    That will be applied across all web pages linked to the style sheet.

    Ash :)
     
    bacanze, Mar 22, 2007 IP
    bad_bob00 likes this.
  4. bad_bob00

    bad_bob00 Active Member

    Messages:
    3,472
    Likes Received:
    56
    Best Answers:
    0
    Trophy Points:
    90
    #4
    Thanks for the help, sorted it now :)
     
    bad_bob00, Mar 22, 2007 IP