Skip to content

Commit

Permalink
Ordered and Unordered List
Browse files Browse the repository at this point in the history
Ordered and Unordered List is about Hobbies which include indoor and outdoor with color background and text
  • Loading branch information
codewithtabani authored Feb 28, 2024
0 parents commit 5c3bba6
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!doctype>
<html>
<head>
<title>Hobbies</title>
</head>
<body style=background:blue;color:white;font-size:20px;>
<h1 style=background:yellow;color:black;width:400px;>Ten Outdoor Hoobies</h1>
<ul type="i">
<li>Running</li>
<li>Walking</li>
<li>Bilking</li>
<li>Archery</li>
<li>Football</li>
<li>Cricket</li>
<li>Cycling</li>
<li>Fishing</li>
<li>SkyDiving</li>
<li>Basketball</li>
</ul>

<h1 style=background:yellow;color:black;width:400px;>Ten Indoor Hoobies</h1>
<ol type="i">
<li>Yoga</li>
<li>Soccer</li>
<li>Gaming</li>
<li>Sewing</li>
<li>Painting</li>
<li>Learn a New Language</li>
<li>Cooking</li>
<li>Magic</li>
<li>Investigation</li>
<li>Read an book</li>
</ol>

<br>

<h2 style=background:white;color:black;width:400px;>Muhammad Mudassir Tabani
<br>
Roll No 7890
</h2>

</body>
</html>

0 comments on commit 5c3bba6

Please sign in to comment.