Computer Science, asked by munmi4741, 7 hours ago

create an ordered list to display names of four computer parts. html​

Answers

Answered by robinphili24
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 julierap24
0

Answer:

Blah.

Explanation:

Blah.

Similar questions