Location question

Discussion in 'HTML & Website Design' started by sojic, Nov 9, 2008.

  1. #1
    I developing web site and I have something like this


    <h1>Site name</h1>
    ....

    <div id="location">
    <h2><a href="#">News</a> &raquo; <a href="#">Category</a></h2>
    </div>

    <div class="post"><h3>Story</h3>
    .....
    </div>

    Is it better to use <h2><a href="#">News</a> &raquo; <a href="#">Category</a></h2>, or should use p, ul... something else, to be SEO, semantic correct...
     
    sojic, Nov 9, 2008 IP
  2. spyka

    spyka Greenhorn

    Messages:
    90
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #2
    I'd personally use a list (UL) as a breadcrumb menu doesn't need to have header tags
     
    spyka, Nov 9, 2008 IP