How to create space between list bullets and text in HTML?
Answers
Answered by
0
Answer:
Explanation:
To create space between list bullets and text in HTML, use CSS padding property. Left padding padding-left is to be added to <ul> tag list item i.e. <li> tag. Through this, padding gets added, which will create space between list bullets and text in HTML.
Similar questions