Computer Science, asked by neetamalhotra026, 3 months ago

Q3. Descriptive Questions:
a. Write a code in HTML to show the output as follows.
Computer
Computer is an electronic device. It has following parts:
1 Hardware
a. Keyboard
b Mouse
c. Monitor
2. Software
i System Software
ii. Application Software
3. Firmware
4. Liveware
b. Which tag is used to display image on the webpage​

Answers

Answered by shivamrajput74
0

A)

<!DOCTYPE html>

<html>

<head>

<title>Computer</title>

</head>

<body>

<center> <h1>Computer </h1> </center>

<p> Computer is an electronic device. It has following parts:

<br> <br>

Parts:1 Hardware: <br>

a. Keyboard , b. Mouse , c. Monitor<br>

<br>

2. Software: <br>

i. System Software

ii. Application Software <br> <br>

3. Firmware <br><br>

4. Liveware

</p>

</body>

</html>

B)

The <img> tag is used to display an image in an HTML page.

Similar questions