what is wrong with following coding ? <UL type = "a" start =4>
Answers
Answered by
2
Answer:
<UL is unordered list. you can type any alphabet or number instead.
example- [ul type= "Circle"]
Answered by
3
Explanation:
<ul> tag defines an unordered list.
You can use bullets instead of numbers and alphabets.
Example:-
<ul type = "circle">
<ul type = "square">
<ul type = "none">
Hope it helps you
Thank you
Similar questions