Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions practice/HTML/2_Lists_Tables.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@


<ul>
<li>This is first item</li>
<li>This is second item</li>
<li>This is first.</li>
<li>This is second.</li>
<ul>
<li>Another one</li>
<li>Another two</li>
<li>Another three</li>
</ul>
<li>This is third item of my unordered list</li>
<li>This is third of my unordered list</li>
</ul>

<ol type="a">
Expand Down Expand Up @@ -58,4 +58,4 @@ <h3>HTML Table</h3>
</table>

</body>
</html>
</html>