Computer Science, asked by anushaanchlia0101, 5 months ago

What will be the values of type and start attributes that you will use to get the following output:
d. Mangoes
e. Watermelon
f. Melon
g. Orange

Answers

Answered by aryanthakur34832
1

Answer:

Mangoes

watermelon

melon

orange

Explanation:

helpful

plz brainliest

Answered by aryasugur
1

Answer:

here is your answer mate please mark me brainliest

Explanation:       see this is ordered list type html  

<HTML>

<BODY bgcolor="maroon">

<OL type="d">

<h1 style="100">

<font face="fontania" color="cyan">

<LI> Mangoes</LI>

<LI>  watermelon</LI>

<LI>  melon</LI>

<LI>  orange</LI>

</font>

</h1>

</OL>

</BODY>

</HTML>

Similar questions