Write the html cod for following List.
Types of Software.
1. system Software
2. application Software
3. utility Software
Answers
Answered by
2
Answer:
You've got me, governor.
<!Doctype html>
<html>
<head>
<title> Example of HTML ordered list </title>
</head>
<body>
<ol type= "I">
<li> System Software </li>
<li> Application Software </li>
<li> Utility Software </li>
</ol>
</body>
</html>
Similar questions