HTML code to make least 10 items in order list 10 item in unorder list.........
Answers
Answered by
3
Answer:
simple.....ol and ul
Explanation:
Here's the code
Please mark as brainliest
Took me time, coding QBASIC after days
copy the code exactly
<CLS>
<PRINT>
<TITLE>
UL AND OL
</TITLE>
<HEAD>
<BODY>
<OL>
<LI>ITEM 1</LI>
<LI>ITEM 2</LI>
<LI>ITEM 3</LI>
</OL>
<UL>
<LI>ITEM 5</LI>
<LI>ITEM 6</LI>
<LI>ITEM 7</LI>
</UL>
</BODY>
<END>
Similar questions
Biology,
5 months ago
Science,
5 months ago
English,
11 months ago
English,
1 year ago
Computer Science,
1 year ago