Computer Science, asked by shunshine, 1 year ago

HTML code
a.to make list (10 item in order list and item in unorder list )

b.to make table (size of table 5 x 5)​

Answers

Answered by bkgurdas
1

Answer:

<Html>

<Head>

<Title>........................</Title>

</Head>

<Body>Creating a list of items </Body>

<Li>saree</Li>

<Li>hanky</Li>

</body>

</html>

Explanation:

repeate <Li> Ten times or list how much time u want .

Similar questions