Computer Science, asked by sbm1, 1 year ago

Create an unorder list of My Shopping List for the class picnic.

Answers

Answered by redpyro
9
<html>
<body>

<h2>My Shopping List</h2>

<ul>
<li>Bread</li>
<li>Plates</li>
<li>Cups</li>
<li>Ketchup</li>
</ul>

</body>
</html>
Similar questions