Math, asked by prajarav5, 1 year ago

Write HTML code for following (on next line) A.science (on next line) 1.FY (again on next line below FY)2.SY (on next line) B.Arts (on next line)3.BA (on next line) 4.MA

Answers

Answered by selenagomez13
1
<html>
<body>
<OL type="A" start="A">
<LI> Science
</OL>
<OL type="1" star="1">
<LI> FY
<LI> SY
</OL>
<OL type="A" start="B">
<LI> Arts
</OL>
<OL type="1" start="3">
<LI> BA
<LI> MA
</OL>
</body>
</html>
Hope it helps you
Please mark as brainliest.
Thankyou!!

prajarav5: their is no option of brainlist here here is only Thank you option
prajarav5: what should i do now bro it helped me a lot
prajarav5: ooo Big hearted Thank you
prajarav5: ok bye
Similar questions