Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7051791
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T03:18:21+00:00 2026-05-28T03:18:21+00:00

Theres a section in a site that I’m building that has some informations separated

  • 0

Theres a section in a site that I’m building that has some informations separated into two columns. The left column has the “keys” (don’t know how else to call it, sorry) and the right column has the values, as seen below:
image taken from site's psd

Floating the inner divs and aplying some other styles, I can achieve that exact result using something like this:

<div id="container">
  <div>
    <ul>
      <li>Size</li>
      <li>etc...</li>
    </ul>
  </div>
  <div>
    <ul>
      <li>10MB</li>
      <li>etc...</li>
    </ul>
  </div>
</div>

But since each key is completely separated from its value, the markup doesn’t seem to be search engine friendly at all. Is there any other way of doing that, maintaining the centered style and having the markup be more semantic?

Thanks for the help,
Daniel.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T03:18:22+00:00Added an answer on May 28, 2026 at 3:18 am

    You can certainly use tables for this data, it would probably be appropriate. Another option you might use is a description list:

    <dl>
        <dt>Size</dt>
        <dd>2.63 MB</dd>
        <dt>Views</dt>
        <dd>34,412</dd>
        <dt>Downloads</dt>
        <dd>2,125</dd>
        <dt>Likes</dt>
        <dd>1.368</dd>
        <dt>Category</dt>
        <dd>Test</dd>
    </dl>
    

    Add some CSS…

    dt, dd {
        font-family:sans-serif;
    }
    dt {
       float:left;
       clear:left;  
       text-align:right;
       width:50%;
       color:#bbb;
    }
    dd {
       float:left;
       margin-left:3em;
       color:#999
    }
    

    And there you have it. http://jsfiddle.net/FuaNk/

    I can’t comment on whether or not this helps SEO, but the values are adjacent to the keys, which seems to fit your requirements.

    More info on <dl>, formerly known as the “definition list”:

    • http://html5doctor.com/the-dl-element/
    • http://dev.w3.org/html5/markup/dl.html
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm building a flash site that uses video transitions to go from section to
I have a blogs and questions section on my site that has categories. When
In the Google C++ Style Guide, there's a section on Operator Overloading that has
There are some section in the table that does not contain any data and
I basically have a div on my site that always has the same stuff.
There is a section of my site that's setup for easy posting/sharing of files,
I've build a site that has accordion sections that expand whenever someone clicks on
I have an ASP.NET site that I am maintaining. Currently it has code that
I'm building an Ajax site that runs off of a root-level index.html file and
I'm currently building a site that allows previewing photos and videos using Shadowbox. I'm

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.