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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T20:38:47+00:00 2026-05-20T20:38:47+00:00

As from the tutorial here , I can see that this is a valid

  • 0

As from the tutorial here, I can see that this is a valid markup dl, dt, dd structure,

<dl>
    <dt>Name: </dt>
    <dd>John Don</dd>

    <dt>Age: </dt>
    <dd>23</dd>

    <dt>Gender: </dt>
    <dd>Male</dd>

    <dt>Day of Birth:</dt>
    <dd>12th May 1986</dd>
</dl>

but this only structure for a single person, what about multiple people/ persons? What about this below? I want to have a header and then followed by a list of items,

<dl class="name-header">
    <dt>Name: </dt>
    <dt>Age: </dt> 
    <dt>Gender: </dt> 
    <dt>Day of Birth:</dt>
</dl>

<dl class="person-item">
    <dd>John Don</dd>
    <dd>23</dd>
    <dd>Male</dd>
    <dd>12th May 1986</dd>
</dl>

<dl class="person-item">
    <dd>John Don</dd>
    <dd>23</dd>
    <dd>Male</dd>
    <dd>12th May 1986</dd>
</dl>

Thanks.

EDIT:
enter image description here

  • 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-20T20:38:48+00:00Added an answer on May 20, 2026 at 8:38 pm

    Consider a table:

    <table>
        <tr>
            <th>Name:</th>
            <th>Age:</th>
            <th>Gender:</th>
        </tr>
        <tr>
            <td>John Don</td>
            <td>23</td>
            <td>Male</td>
        </tr>
        <tr>
            <td>John Don II</td>
            <td>53</td>
            <td>Male</td>
        </tr>
    </table>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have learned from various tutorial that If a client can reasonably be expected
I have a small assembly bootloader that I got from this Tutorial . The
I'm following the kernel tutorial from here im having problems compiling my files. i
I have been following the affableBean tutorial from the NetBeans site located here .
I'm running through this tutorial found here: http://vb.net-informations.com/crystal-report/vb.net_crystal_report_from_multiple_tables.htm which teaches how to pass a
From here: https://computing.llnl.gov/tutorials/pthreads/#ConVarSignal Note that the pthread_cond_wait routine will automatically and atomically unlock mutex
This tutorial shows how to Define a Custom Workflow to Deploy a Database from
I tested source code from this tutorial http://query7.com/php-jquery-todo-list-part-1 and just deploy their source taken
Based on this tutorial , I've built a drop down menu for template from
the tutorial here http://www.edumobile.org/android/android-beginner-tutorials/creating-image-gallery/ teaches how to put images from resources in gallery here's

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.