in how many ways can you create lists? Write the procedure to do so ?
Answers
Answered by
2
Answer:
hope it's helpful and Mark me as brainlist and follow me
Explanation:
Lists are a part of everyday life like to do list, navigational rout list etc and they can be created in many ways.
HTML has couple of kind of lists too but they have a specific method for creating these lists.
The two types of list in HTML are ordered list and unordered list.
Ordered list command starts with <ol> and ends with </ol>.
Between them need to put command <li> and </li> for every list item in an orderly fashion.
Unordered list command starts with <ul> and ends with </ul>.
Same as ordered list it uses <li> and </li> command to list items.
Answered by
0
Answer:
okkk,I get it... thanks ❤️
Similar questions
Computer Science,
4 months ago
Math,
4 months ago
Social Sciences,
9 months ago
Biology,
9 months ago
Science,
1 year ago
Math,
1 year ago