Wednesday, August 2, 2023

.HTML ( Computer And Its Parts )

 <!DOCTYPE html>

<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>DOCUMENT</title>

   
</head>
<body>
    <center> <h1><font size="70">computer</font></h1></center>
    <hr>
    <br>
    <img src="computer.jpg"width="600"></img>
   <p> An electronic device for storing and processing data, typically in binary form, according to instructions given to it in a variable program.</p>
   <h2>Basic parts of computer</h2>
   <hr>
   <br>
   <p>A computer system is divided into two categories:Hardware and Software. Hardware refers to the physical and visible components of the system such as a monitor, CPU, keyboard and mouse. Software, on the other hand, refers to a set of instructions which enable the hardware to perform a specific set of tasks.</p>
<h3>COMPUTER Hardware</h3>
<hr>
<br>
<img src="WhatsApp Image 2023-07-27 at 5.21.48 PM.jpeg"width="600" length="300"
<br>
<p>Examples of hardware are RAM, ROM, Printer, Monitor, Mouse, Hard disk and more.</p>
<br><h4>COMPUTER SOFTWARE</h4>
<hr>
<p>Examples of software are Google Chrome, MySQL, MS Word, Excel, PowerPoint, Notepad, Photoshop and more.</p>
<h5><video src="WhatsApp Video 2023-07-27 at 6.24.50 PM (1).mp4"width="600" length="600"controls></video></h5>
<body>
    </html>

No comments:

Post a Comment

Digital Clock using html , java , CSS

  <! DOCTYPE html > < html lang = "en" > < head >     < meta charset = "UTF-8" >     < met...