Last active
October 3, 2015 13:11
-
-
Save yuheiy/3cc03b5bb2ac843a2961 to your computer and use it in GitHub Desktop.
This file contains 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>name</dt> | |
<dd>tom</dd> | |
<dt>age</dt> | |
<dd>18</dd> | |
</dl> | |
<dl> | |
<dt>name</dt> | |
<dd>bob</dd> | |
<dt>age</dt> | |
<dd>24</dd> | |
</dl> | |
<dl> | |
<dt>name</dt> | |
<dd>john</dd> | |
<dt>age</dt> | |
<dd>36</dd> | |
</dl> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment