Which description list is coded correctly?
<dt> <dl>Server</dl> <dd>Software used to server webpages, like Apache.</dd> <dd>Hardware used to provide data to other computers.</dd> <!--Other terms and descriptions --> </dt>
<dl> <dd>Server</dd> <dt>Software used to server webpages, like Apache.</dt> <dt>Hardware used to provide data to other computers.</dt> <!--Other terms and descriptions --> </dl>
<dl> <dt>Server</dt> <dd>Software used to server webpages, like Apache.</dd> <dd>Hardware used to provide data to other computers.</dd> <!--Other terms and descriptions --> </dl>
<dl> <dt>Server</dt> <dd>Software used to server webpages, like Apache.</dd> <dt>Hardware used to provide data to other computers.</dt> <!--Other terms and descriptions --> </dl>