Computer Science, asked by Harishyadavg7818, 1 year ago

Make list of 5 persons name with different font color using html


RehanAhmadXLX: Using CSS?

Answers

Answered by ag21dec1989pa7b0j
1
<p><font color="red">Amit</font></p>

<p><font color="green">Amrita</font></p>

<p><font color="violet">priyanka</font></p>

<p><font color="yellow">Annu</font></p>

<p><font color="blue">Bikash</font></p>

hope this helps
mark barinliest
Similar questions