+ Reply to Thread
Results 1 to 4 of 4

Thread: <b> versus <strong>

  1. #1
    Join Date
    Jan 2007
    Posts
    3

    Default <b> versus <strong>

    Hi,
    Both the above appear to do the same thing to text on a web page.
    Have I misunderstood their use?
    Do Search engines view them differently?
    Thanks

  2. #2
    Join Date
    Jan 2006
    Location
    Boulder
    Posts
    86

    Default Re: <b> versus <strong>

    <i> - Strictly a presentational element.
    If you want text to be italicized and not have any real semantic meaning, then wrap it in <i></i>.

    <b> - Strictly a presentational element.
    If you want text to be bold and not have any real semantic meaning, then wrap it in <b></b>.

    <em> - Strictly a structure element.
    If you want text to be spoken with emphasis using a speech reader, then wrap it in <em></em>.

    <strong> - Strictly a structure element.
    If you want text to be spoken with strong emphasis using a speech reader, then wrap it in <strong></strong>.


    or so I've read

  3. #3
    Join Date
    Aug 2006
    Location
    Nanaimo, BC
    Posts
    585

    Default Re: <b> versus <strong>

    <b> and <i> tags are a hold over from the bad old days when HTML tried to be both a structural language and a presentational one. Nowadays, the best practice is to use CSS for presentational information and HTML for content and structural information.

    As Claire points out, <b> and <i> are presentational. I strongly recommend you don't use them.

  4. #4
    Join Date
    Aug 2004
    Posts
    117

    Default Re: <b> versus <strong>

    Last time I checked the search engines still use the <b> and the <strong> for the ranking calculations.

    Sanya,

    <b> & <strong> will have the same effect in the search engines, you can use which ever one your prefer.

    They have a very small effect in rankings so try not to be excessive in their use. Having said that I do suggest you use them.
    Back Link Checker - Canadian Agents - Free Real Estate Website

    Ado Topuz
    Real Estate Website Design

    Website: www.agent-server.com

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts