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
1
Answer:
Mangoes
watermelon
melon
orange
Explanation:
helpful
plz brainliest
Answered by
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