html tag difference

Discussion in 'HTML & Website Design' started by MattC1983, Jun 19, 2008.

  1. #1
    Hey, sorry to ask such a basic question, but i have never really known...

    What is the difference between <b> and <strong> ?? and does it make a difference for SEO?
     
    MattC1983, Jun 19, 2008 IP
  2. MakeThatDollar

    MakeThatDollar Notable Member

    Messages:
    4,451
    Likes Received:
    158
    Best Answers:
    0
    Trophy Points:
    225
    #2
    Here's some info that may help:

    Strong Emphasis: STRONG

    The STRONG element indicates strong emphasis, typically rendered in bold. For example:

    <strong>STOP</strong>, or I'll say "<strong>STOP</strong>" again!

    Bold: B

    The B element indicates bold text. Where bold typography is unavailable, an alternative representation may be used.

    --------------

    I don't believe it matters which one you use.
     
    MakeThatDollar, Jun 19, 2008 IP
  3. MattC1983

    MattC1983 Peon

    Messages:
    71
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    cool... thanks for that mate.
     
    MattC1983, Jun 19, 2008 IP
  4. Ascendancy

    Ascendancy Active Member

    Messages:
    1,721
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    90
    #4
    <b> is a "deprecated" tag, which basically means it's outdated and shouldn't be used anymore. <strong> is the newer version used in XHTML, and it does the exact same thing.

    I am not an SEO expert, but from what I know of, it doesn't affect SEO for whichever one you choose.
     
    Ascendancy, Jun 19, 2008 IP