Created
July 11, 2017 10:42
-
-
Save PhakornKiong/da594270ca85a2430dde1e30262a8bb4 to your computer and use it in GitHub Desktop.
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
Option 1 | |
<ul> | |
<li>Stands for <Strong>Hyper Text Markup Language</Strong></li> | |
<li>Lots of Tags</li> | |
<ul> | |
<li>Boilerplate</li> | |
<ol> | |
<li>Doctype</li> | |
<li>HTML</li> | |
<LI>Head</LI> | |
<ol> | |
<li>Title</li> | |
</ol> | |
<li>Body</li> | |
</ol> | |
<li>Headings</li> | |
<li>Paragraph</li> | |
<LI><em>em</em></LI> | |
Option 2 | |
<ul> | |
<li>Stands for <strong>Hyper Text Markup Language</strong></li> | |
<li>Lots of Tags | |
<ul> | |
<li>Boilerplate | |
<ol> | |
<li>Doctype</li> | |
<li>HTML</li> | |
<li>Head | |
<ol> | |
<li>Title</li> | |
</ol> | |
</li> | |
<li>Body</li> | |
</ol> | |
</li> | |
<li>Headings</li> | |
<li>Paragraph</li> | |
<li><em>em</em></li> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment