Skip to main content
Search
Search This Blog
Thrillblox Studio
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
July 02, 2022
How to make a list in html (Sample only)
This is how to make list:
<html>
<body>
<b>
Subjects
</b>
<hr>
<ol>
<li>
English
</li>
<li>
Computer
</li>
<li>
Mathematics
</li>
<li>
Moral Science
</li>
<li>
Hindi
</li>
<li>
Science
</li>
<li>
Social Science
</li>
</ol>
</body>
</html>
Output:
Comments
Popular Posts
May 01, 2022
How to give bulleting to the text in html.
April 28, 2022
How to make html projects on a Smart phone
Comments