parla di una sola definizione e dentro ci metti i contenuti.Definition Lists
A definition list is not a list of single items. It is a list of items (terms), with a description of each item (term).
A definition list starts with a <dl> tag (definition list).
Each term starts with a <dt> tag (definition term).
Each description starts with a <dd> tag (definition description).
<dl>
<dt>Coffee</dt>
<dd>Black hot drink</dd>
<dt>Milk</dt>
<dd>White cold drink</dd>
</dl>
Here is how it looks in a browser:
Coffee
Black hot drink
Milk
White cold drink
Inside the <dd> tag you can put paragraphs, line breaks, images, links, other lists, etc.
dove hai visto più dd all'interno di un dt ?
mi sono fatto un giro e non ho trovato alcuno che parlasse di più di una definizione
@ricman: per una news forse non è il formato più adatto, ma la logica e interessante



Rispondi quotando