Computer Science, asked by rishabsrivastava1920, 8 months ago

Which three tags let you create the definition lists??????????????






Answers

Answered by aditiss
3
  1. <dl>

  1. <dt>

  1. <dd>

Example:

<dl>

<dt>Coffee</dt>

<dd>- black hot drink</dd>

<dt>Milk</dt>

<dd>- white cold drink</dd>

</dl>

Similar questions