CLOSE

Help Us Help You

This website and it's tutorials are only made possible with your support. Support money goes towards keeping our servers online and paying staff members.

Description Data Tag

The <dd> tag is used to describe a term in a description list.

<dl>
    <dt>Xbox One</dt>
    <dd>An awesome gaming console.</dd>
    <dt>Playstation 4</dt>
    <dd>Also an awesome gaming console.</dd>
</dl>

Copyright 2016 Step By Step HTML. All Rights reserved.