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
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
History,
1 month ago
English,
1 month ago
Hindi,
2 months ago
Hindi,
2 months ago
Social Sciences,
9 months ago