create an ordered list to display names of four computer parts. html
Answers
Answered by
1
Answer:
Ok mate.
Explanation:
<!DOCTYPE html>
<html>
<head>
<title>Programming languages</title>
</head>
<body bgcolor="aqua">
<font color="blue">
<h1>PC components</h1>
<ol>
<li>CPU</li>
<li>GPU</li>
<li>Motherboard</li>
<li>RAM</li>
</ol>
</font>
</body>
</html>
Please mark me as the brainliest.
Answered by
0
Answer:
Blah.
Explanation:
Blah.
Similar questions