Computer Science, asked by Namrata67, 6 months ago

Write the html code to print the following list apple mango banana orange

Answers

Answered by Anonymous
2

The code

<p>apple</p>

<p>mango</p>

<p>banana</p>

<p>orange</p>

Similar questions