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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T08:09:28+00:00 2026-05-31T08:09:28+00:00

Want to make a vocabulary list in HTML & CSS that looks like this:

  • 0

Want to make a vocabulary list in HTML & CSS that looks like this:

Header (space space space space) Header 2
1. number one text (space space s) 4. number four
2. number two (space space space) 5. number five
3. number three text (space space ) 6. number six

When you reduce your browser, the list changes to

Header
1. number one
2. number two
3. number three

Header 2
4. number four
5. number five

The easiest would be to use a table but it does not change like the above when you shrink the browser. If you use list, one must use padding, which also gets weird when you reduce your browser.

  • 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-31T08:09:29+00:00Added an answer on May 31, 2026 at 8:09 am

    You should be able to do this with CSS using float. This will make the two appear side by side unless the container width becomes less than both of their widths combined (plus border), then they will stack. Obviously you would want to do some styling, and you don’t need to use UL/LI, you could even use a table inside the div.

    ​#table1 {
        border: 1px solid #000;
        float: left;
        width: 200px;
    }
    
    #table2 {
        border: 1px solid #000;
        float: left;
        width: 200px;
    
    }
    
    <div id='table1'>
        <h1>Head 1</h1>
        <ul>
         <li>Item 1</li>
         <li>Item 2</li>
         <li>Item 3</li>
        </ul>
    </div>
    <div id='table2'>
        <h1>Head 2</h1>
        <ul>
         <li>Item 4</li>
         <li>Item 5</li>
         <li>Item 6</li>
        </ul>
    </div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want make a page (HTML + CSS) that fits all the space left
i want make function like that function(data){ } i want this data as this
I am traversing a HTML document using javascript DOM. I want make a list
I want make a simple referral system. Basically referral URL structure something like this.
I want make pairs of files, looks like <configuration> <params> <param> <wsdl>${basedir}/File1.wsdl</wsdl> <result>D:/file1</result> </param>
I want make sure that one thing about the transaction lock of GAE. In
I would like to make a website that is php and only requires one
I have JSON Response Request and want make one variable $Where from them, this
We want to use only one vocabulary to organize the entire site. The vocabulary
I want make sql query which will insert values from one table to another

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.