Computer Science, asked by mitleshdevi12345, 10 months ago

set the tags (unordered list) around the following list text
• Car
• Scooter
• Van​

Answers

Answered by SamMarvin
7

Answer:

hope this helps

Explanation:

<ul>Vehicles

       <li>Car</li>

       <li>Scooter</li>

       <li>Van</li>

</ul>

Answered by Omeebanjare
1

Answer:

<ul>Vehicles

      <li>Car</li>

      <li>Scooter</li>

      <li>Van</li>

</ul>

Explanation:

Similar questions