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 4016186
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T09:42:34+00:00 2026-05-20T09:42:34+00:00

Scenario I was reviewing one of my devs HTML structure for a project and

  • 0

Scenario

I was reviewing one of my devs HTML structure for a project and I noticed he used a bunch of <div> elements to build the main navigation. I then noticed that on one of the pages he had used a table to build a quiz type layout.

 - Question <radio> <radio> <radio>
 - Question <radio> <radio> <radio>

Lastly, I saw the footer navigation consisted of a bunch of anchor links wrapped in a <div> (not too bad in my opinioin).

Being a perfectionist about the quality of my teams work, I told him to refactor all those sections and place them in unordered lists. I said

Each of those sections are in fact lists. A list of questions, a list of main navigation links and a list of footer links. Therefore, you should be using a <ul>.

He took it well but said “Why?” Aren’t you defying the purpose of a list, shouldn’t it be used for bullet points?

I told him that it was a good question but that I’m just following a common practise and what the rest of the world is doing.

So in your opinion, is overusing lists bad practise?

  • 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-20T09:42:34+00:00Added an answer on May 20, 2026 at 9:42 am

    The quiz layout strikes me as tabular data. I would absolutely put that into a table, especially if the radio buttons are accompanied by variable-length text.

    For the rest, you are right: Lists have nothing to do with “having bullet points”. List elements are the right element for any kind of lists of information, no matter how they are styled by default.

    A less-known HTML element worth knowing about is dl for definition lists. Many things get put into uls that semantically fit much better into dls. I have never used it myself, though – I too have the tendency to cram everything into uls. 🙂

    An example from the W3C page:

    <DL>
      <DT>Dweeb
      <DD>young excitable person who may mature
        into a <EM>Nerd</EM> or <EM>Geek</EM>
      <DT>Hacker
      <DD>a clever programmer
      <DT>Nerd
      <DD>technically bright but socially inept person
    </DL>
    

    Related: Proper definition for "tabular data" in HTML

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Scenario: I am working on a Android project where in one particular openGL page,
Scenario: I'm currently writing a layer to abstract 3 similar webservices into one useable
Scenario : I'm currently trying to build a poor man's Google Maps using scripts
Scenario: I start out in my app's main page. I navigate to sub-page A,
Scenario: Repository structure changed from /trunk/ to /projectName/trunk/ and the local copy is outdated
Scenario: I'm working on a solution that has many assemblies. The main assembly references
Scenario: I run the find code issues function in resharper. I go one by
* Scenario i wish to make a jquery effect like the one found on
Scenario: A simple html page exists with few buttons on Top (e.g. day, week)
Scenario. I have a library shelf, library, user, application tables in the database. One

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.