HTML <dl> Tag

Yuri Lee·2020년 11월 30일
0

dl tag

A description list, with terms and descriptions:

example

<dl>
  <dt>Coffee</dt>
  <dd>Black hot drink</dd>
  <dt>Milk</dt>
  <dd>White cold drink</dd>
</dl>


https://www.w3schools.com/tags/tag_dl.asp

profile
Step by step goes a long way ✨

0개의 댓글