Computer Science, asked by manveersingh13, 3 months ago

Dev, a web designer, wants to create a webpage to display a

list where each item is displayed by a bullet. Which type of

list he should use? Explain the role of start and type attributes.​

Answers

Answered by dlphnwhale
0

Answer:

unordered list

Explanation:

<ul>

<li>...</li>

<li>...</li>

</ul>

Similar questions