You are on page 1of 7

<!

DOCTYPE html>

<html>

<head>

<title>Computer Hardware Components</title>

<style>

body {

background-image: url('bg.webp');

background-repeat: no-repeat;

background-attachment: fixed;

background-size: 100% 100%;

p{

text-indent: 50px;

font-family: Georgia;

font-size: 20px;

color: black;

td {

font-family: Georgia;

font-size: 19px;

color: black;

th {

font-family: Copperplate;

font-size: 24px;

color: black;
}

h1 {

color: #D2691E;

font-family: Tahoma;

font-size: 40px;

font-weight: bold;

text-align: center;

h2 {

text-decoration-line: overline underline;

text-decoration-color: #F0E68C;

color: #CD5C5C;

text-shadow: 2px 2px;

font-family: Lucida Handwriting;

font-size: 40px;

font-weight: bold;

text-align: center;

td {

border: 1px solid;

text-align: center;

table {

width: 100%;

border: 1px solid;

}
th {

height: 70px;

border: 1px solid;

tr:hover {

background-color: coral;

</style>

</head>

<body>

<h1>Computer Hardware Components </h1>

<center><h4 style="color:gray">-- WBDV111 --</h4>

<p>Computer hardware components are the physical parts or <br>

components of a computer, such as the monitor, keyboard, computer data storage,<br>

graphic card, sound card and motherboard. By contrast, software is instructions <br>

that can be stored and ran by hardware.</p>

<br>

<h2>~ Types of Components ~</h2>

<table>

<tr>
<th>COMPONENT</th>

<th>DESCRIPTION</th>

</tr>

<tr>

<td>CPU (Central Processing Unit)</td>

<td>The CPU is the brain of the computer. It interprets and carries out the basic
instructions that operate a computer.</td>

</tr>

<tr>

<td>RAM (Random Access Memory)</td>

<td>RAM is the working memory of the computer. It stores the data and
programs currently in use.</td>

</tr>

<tr>

<td>Motherboard</td>

<td>The motherboard is the main circuit board of the computer. It is the


component that ties all the other components together.</td>

</tr>

<tr>

<td>Power Supply</td>

<td>The power supply unit provides power to all the components in the
computer.</td>

</tr>

<tr>

<td>Hard Drive</td>

<td>The hard drive is the main storage device in the computer. It stores all the
data and programs.</td>

</tr>
<tr>

<td>Graphics Card</td>

<td>The graphics card is responsible for displaying images on the monitor.</td>

</tr>

<tr>

<td>Cooling fan</td>

<td>Cooling fans are a computer's system to decrease overheating. </td>

</tr>

<tr>

<td>Monitor</td>

<td>A computer monitor is an electronic device that displays what's what


programs are running on your computer so a user can see. </td>

</tr>

<tr>

<td>Printer</td>

<td>This is a machine that produces copies of text or images on paper using ink.
</td>

</tr>

</table>

</center>

<p style="text-align: center;"><img src="hardware.jpg" alt="Picture of Computer Hardware


Components" width="700" height="500"></p>

<h3>Learn More</h3>

<ul>
<li><a href="https://www.howtogeek.com/school/pc-maintenance-for-beginners/
lesson2/">What is Computer Hardware?</a></li>

<li><a href="https://www.wikihow.com/Understand-Basic-Computer-Hardware">How
to Understand Basic Computer Hardware</a></li>

<li><a
href="https://www.webopedia.com/quick_ref/HardwareComponents.asp">Hardware Components
Reference</a></li>

</ul>

</body>

</html>

You might also like