You are on page 1of 2

<html>

<head>
<title>
Components
</title>
</head>

<bodyt bgcolor="Ashley" text="Royal Blue">


<h1 align="center">Components of a computer system</h1>
<hr size="5" width="600" color="Royal Blue">
<h3>
<ul type="square">
<li>Hardware</li>
<li>Software</li>
<li>Users</li>
</ul>
</h3>

<h3>
Types of hardware
</h3>
<ol>
<li>Input devices</li>
<li>Output devices</li>
<li>Storage devices</li>
<li>Microprocessor</li>
</ol>

<h3>Types of software</h3>

<ol> type="I" start="5">


<li>System software</li>
<li>Utility software</li>
<li>Language processor</li>
<li> Application software</li>
</ol>
<hr>
<font color="Green">
<h2 align="center"> Nested lists</h2>
</font>

<ul>

<ol>
<li>input</li>
<li>Output</li>
<li>Storage</li>
<li>Microprocessor</li>
</ol>

<li> Software</li>
<ol type="I" start="5">
<li>System</li>
<li>Utility</li>
<li>language processor</li>
<li>Application</li>

</ol>
<li> Users</li>

<ul>

<li> Administrators</li>
<li> Developer</li>
<li> User</li>

</ul>
</body>
</html>

You might also like