the____attribute specifies the type of bullet that can be used with <UL> element
Answers
Answered by
2
style
<ul style="list-style-type: square">
<li>Hello</li>
<li>World</li>
</ul>
Similar questions