DESIGN
In this design, I have the confusion on the GST SUMMARY column, which doesn’t come with the row-wise and also it height is different compared to other cell. I genuinely confused and struck on this design.
I want the idea for to design this HTML Table or Sample code to learn.
3
Answers
In this example, we have a simple table that represents a list of products with their prices, quantities, and totals. The table includes rows for the product details, a subtotal, GST (Goods and Services Tax), and a total.
You can customize this code to match your specific design requirements, including adjusting the styles, adding more rows and columns, and modifying the content as needed. CSS can be used to further style the table and make it visually appealing.
Here’s an example of how to reduce the size of a specific cell in your table:
In this example, we’ve added a CSS class called small-cell and applied it to the cell where you want to reduce the size. You can adjust the width and height values in the .small-cell style rule to control the size of that specific cell. This way, you can customize the size of individual cells in your table while keeping others at their default sizes.
It seems you’re looking for something like this.
You can actually achieve it by table grid system