Best way to markup this setup?

Discussion in 'HTML & Website Design' started by scoxy, Jan 3, 2007.

  1. #1
    To those who have a good understanding of the W3C specification, what do you think would be the best way to markup a list (with each item relatively small) of articles. For example, the list of tutorials at http://pixel2life.com

    Tables, divs, ul, dls?

    Thanks in advance,
    Sam.
     
    scoxy, Jan 3, 2007 IP
  2. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Without a doubt, go with the list. If you have a list of lists, then mark it up as such :).
     
    Dan Schulz, Jan 3, 2007 IP
  3. popstalin

    popstalin Peon

    Messages:
    47
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    If you're talking about the content in the middle, go with an ordered list.

    <ol>
    <li></li>
    </ol>
    Code (markup):
     
    popstalin, Jan 3, 2007 IP
  4. scoxy

    scoxy Peon

    Messages:
    332
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Yeah, this is a lot more clear to me today. Thanks for the advice and reassurance guys.
     
    scoxy, Jan 4, 2007 IP