Created
April 17, 2012 14:23
-
-
Save blainsmith/2406260 to your computer and use it in GitHub Desktop.
Semantic Definition List
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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