Two HTML tables side by side, centered on the page

前端 未结 10 1697
小蘑菇
小蘑菇 2020-12-25 12:10

I have two tables on a page that I want to display side by side, and then center them within the page (actually within another div, but this is the simplest I could come up

10条回答
  •  -上瘾入骨i
    2020-12-25 12:17

    I have provided two solutions. Pick up which one best suits for you.

    Solution#1:

    
    
    
    
    
    Column1 Column2
    Value1 Value2
    Column1 Column2
    Value1 Value2

    Solution#2:

    
    
    
    
    
    Column1 Column2
    Value1 Value2
    Column1 Column2
    Value1 Value2

    Note: Change the width percentage as per your need in 1st solution.

提交回复
热议问题