Skip to content

Instantly share code, notes, and snippets.

@arnoldc
Created June 23, 2013 12:06
Show Gist options
  • Select an option

  • Save arnoldc/5844793 to your computer and use it in GitHub Desktop.

Select an option

Save arnoldc/5844793 to your computer and use it in GitHub Desktop.
html: proper way of data definition list
<dl>
<dt> </dt>
<dd> </dd>
<dt> </dt>
<dd> </dd>
<dt> </dt>
<dd> </dd>
</dl>
<dl>
<dt></dt>
<dd><blockquote><p></p></blockquote></dd>
</dl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment