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 List Tag

The <dl> tag defines a new 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.