Computer Science, asked by hussainbmtc06, 4 months ago

Write a html program to display the following web page. (4)

Computer Hardware



Output Device: It is used to display the information from the computer. Example of Output

devices are:

• Printer

• Monitor

• Plotter

• Speaker

Hint: Change the color to green for the word Computer Hardware.​

Answers

Answered by TheMoonlìghtPhoenix
69

Explanation:

ANSWER:-

<html>

<head>

<title> Computer Hardware </title>

</head>

<body>

<h2> <font color="green"> Computer Hardware </font></h2>

<h4> Output Device: It is used to display the information from the computer. Example of Output </h4>

<ul type = "filled discs">

<li>Printer

<li> Monitor

<li> Plotter

<li> Speaker

</ul>

</body>

</html>

  • Note that use US English for the word Color.
  • ul means unordered list, which includes bullets.
  • Do not add bullets additionally because this may result in unicorn error.
  • Use . html for saving the file.

.

Answered by Anonymous
11

Answer:

Explanation:

ANSWER:-

<html>

<head>

<title> Computer Hardware </title>

</head>

<body>

<h2> <font color="green"> Computer Hardware </font></h2>

<h4> Output Device: It is used to display the information from the computer. Example of Output </h4>

<ul type = "filled discs">

<li>Printer

<li> Monitor

<li> Plotter

<li> Speaker

</ul>

</body>

</html>

Note that use US English for the word Color.

ul means unordered list, which includes bullets.

Do not add bullets additionally because this may result in unicorn error.

Use . html for saving the file.

.

Similar questions