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
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