-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ordered and Unordered List is about Hobbies which include indoor and outdoor with color background and text
- Loading branch information
0 parents
commit 5c3bba6
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
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
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> |