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

The <dt> tag defines a description list term.

<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.