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