Computer Science, asked by rinku6666, 11 months ago

HTML code to make least 10 items in order list 10 item in unorder list.........

Answers

Answered by Swachit
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