N
N
NinjaSystems2019-12-20 15:58:42
css
NinjaSystems, 2019-12-20 15:58:42

What is the best way to implement a feature list?

How to implement a list of features in a product card semantically correctly and without any problems with adaptability? So far, two ways are spinning in my head:
1) Through the table tag
2) Through ul lists
How else can I do it?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
n1ksON, 2019-12-20
@NinjaSystems

To avoid problems with adaptability, tables are not recommended.
If not a large list of characteristics, then use lists. It all depends on the size of the information that needs to be placed on the site. If there is a lot of information, it can be arranged in blocks.

N
NinjaSystems, 2019-12-22
@NinjaSystems

I decided to use flex + ul.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question