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
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!!
<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
Similar questions