Computer Science, asked by jeannie37, 2 months ago

Create a web page having an unordered list that will have the following:
Heading "Parts of Computer" in the center
Display three parts of the computer as list items
Display horizontal rule bar in the end
Background colour Yellow text colour Red ​

Answers

Answered by agarwal18harsh08
2

<html>

<head> computer parts</head>

<body bg color=red>

<ul>

<l> <font color=yellow>moniter</font</l>

<l> <font color=yellow> CPU </font></l>

<l> <font color=yellow> speaker</font>

</ul>

<hr>

</body>

</html>

Similar questions