W
W
weranda2015-11-28 12:47:26
HTML
weranda, 2015-11-28 12:47:26

Should I use dl dt dd instead of pricelist table?

Greetings
Question: Should I use DL DT DD tags instead of a table for a price list?
Price list item type:

  • Commodity item name
  • Explanation of the heading
  • The price of the product

If it's worth it, what's the best way to do it?
Option number 1
<dl>
  <dt>Лист железа <span>Тонкой лист железа с напылением из меди</span></dt>
  <dd>500 руб</dd>
</dl>

Option number 2
<dl>
  <dt>Лист железа</dt>
  <dd>500 руб <span>Тонкой лист железа с напылением из меди</span></dd>
</dl>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
vruzin, 2015-11-28
@vruzin

From the point of view of psychology, there is nothing better than tables.
From an SEO point of view, there is not much difference.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question