-2

when pasting a simple bullet icon like this "•" from this website https://www.piliapp.com/symbol/bullet-point/ into your html code does it also appear as a normal bullet icon on mobile devices?

Chris
  • 30
  • 5

1 Answers1

-1

You really should be using ul to create bulletpoints - otherwise your applications accessibility will be significantly reduced - always aim to use semantic elements in your HTML where possible.

To answer your question though, provided you use the copied snippet in an appropriate element (div, span, p) for example - then the bullet point will render correctly.

cts
  • 908
  • 1
  • 9
  • 30