Computer Science, asked by pinkisonu818572, 3 months ago

what is wrong with following coding ? <UL type = "a" start =4>​

Answers

Answered by shouryavardhan84
2

Answer:

<UL is unordered list. you can type any alphabet or number instead.

example- [ul type= "Circle"]

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