h1 is effective if using with css??

Discussion in 'SEO' started by gajendra.gets, Jun 5, 2008.

  1. #1
    hi folks

    i want to know is h1 tag is effective with css . as h1 completly distort the look of page. i want to control the size of font. if i reduce the font size of h1 by using css . is it effective as it is in normal case.???
     
    gajendra.gets, Jun 5, 2008 IP
  2. Ajay019

    Ajay019 Banned

    Messages:
    540
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Yes it will be effective. There is no effect when we use any HTML tag through CSS so important of th H1 tag will be same....
     
    Ajay019, Jun 12, 2008 IP
  3. leebari

    leebari Peon

    Messages:
    50
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You can control headline tag styles directly in css just enter h1{font:15pt/18pt Arial;} to set the font. Remember: headlines have predefined margins that might vary from browser to browser. By setting fixed margins in CSS you can reset default settings.
     
    leebari, Oct 2, 2009 IP
  4. Martin K

    Martin K Active Member

    Messages:
    262
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #4
    I'm not so sure that you can change the size of the tags. Google will certainly see that and can ban your site. Do whatever you want with headline tags but don't change their size. However if you want to change the size make sure you deny the access to your CSS file from Google robots in robots.txt This will guarantee you they will not see what you do with the headings. Anyway they don't need your CSS file.
     
    Martin K, Oct 5, 2009 IP