Friday, July 2, 2021

Code for Ordered List

 


<html>

<head>

<title> Ordered list and unordered list </title>

</head>

<body bgcolor=Yellow text=red>

<h1> <b> Ordered list </b> </h>

<h3> Three types of computer </h3>

<ol type="i">

<li> Analog Computer </li>

<li> Digital Computer </li>

<ul type="square">

<li> Micro computer </li>

<li> Mini computer </li>

<li> Mainframe computer </li>

<li> Super computer </li>

</ul>

<li> Hybrid Computer </li>

</ol>

</body>

</html>




No comments:

Post a Comment

MCQ QUESTIONS

Loading…