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

  • SEARCH
  • Home
  • 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 4037808
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T12:23:41+00:00 2026-05-20T12:23:41+00:00

I’m learning about HTML5, and honestly I can’t say I’m really impressed. Semantics are

  • 0

I’m learning about HTML5, and honestly I can’t say I’m really impressed. Semantics are nice and all, but I think that they introduced new elements with a very thin line between them, and a even thinner line between them and the old divs.

Everything is very clear if you do a generic purpose site, like a blogging engine, news publishing portal, and similar, but web apps… I’m having a lot of dilemmas about new html elements.

Here is my situation. I’m developing an ordering system. On the sellers interface I have 3 columns (inline), which represent the status of the order. When the status is changed element is moved from one column into another (background ajax, and js manipulation).

In Html4 I would use 3 divs and put a heading with a title on top of each one. Elements inside the columns would also be divs.

But what about HTML5? I have been looking at the section element, but I’m not really sure how to use it. Here are the options:

  1. Put everything inside one section – I don’t think that is the way to go
  2. Put a section around each of the column divs, and heading inside the section
  3. Replace the divs with sections
  4. Put sections inside column divs

So, which way to go?

EDIT: first of all thanks everyone for your quick replies. In the end I’ll probably go with Ian Devlins suggestion, and put each column as section. Anyway, just to point out my dissatisfaction with html5, multiple permitted options aren’t always a good thing. I’m afraid what will the html5 web look like in a few years, when we can’t fully agree on a simple question like this.

EDIT2: one more thing. I’ll ask it here so I don’t have to open another question. In addition to these 3 columns I have another div which contains order details, when any of the orders are selected. Should it be an article since its self-contained content, or to use an aside tag?

  • 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-20T12:23:41+00:00Added an answer on May 20, 2026 at 12:23 pm

    In this particular case I would have an overall div around them, and then each column as a section as each one has a different meaning, each of which I assume has a heading indicating its status.

    e.g.

    <div>
       <section id="col1">
          <header><h1>Column 1</h1></header>
          content....
       </section>
       <section id="col2">
          <header><h1>Column 2</h1></header>
          content....
       </section>
       <section id="col3">
          <header><h1>Column 3</h1></header>
          content....
       </section>
    </div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

No related questions found

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.