Skip to content

Instantly share code, notes, and snippets.

@blainsmith
Created April 17, 2012 14:23
Show Gist options
  • Save blainsmith/2406260 to your computer and use it in GitHub Desktop.
Save blainsmith/2406260 to your computer and use it in GitHub Desktop.
Semantic Definition List
<dl>
<li>
<dt>My Term</dt>
<dd>This is the description of my term</dd>
</li>
<li>
<dt>First Term</dt>
</li>
<li>
<dt>Second Term</dt>
<dd>This is the description of 2 terms</dd>
</li>
<li>
<dt>One Term</dt>
<dd>This is first description</dd>
<dd>This is second description</dd>
</li>
</dl>
<dl>
<dt>My Term</dt>
<dd>This is the description of my term</dd>
<dt>First Term</dt>
<dt>Second Term</dt>
<dd>This is the description of 2 terms</dd>
<dt>One Term</dt>
<dd>This is first description</dd>
<dd>This is second description</dd>
</dl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment