Is there a way to create a list-style in HTML with a dash (i.e. – or – &ndash; or — &mdash;) i.e. <ul> <li>abc</li> </ul> Outputting: - abc It’s...
  • May 21, 2022
  • 0 Comments
Recently I have been reading more and more about people using custom attributes in their HTML tags, mainly for the purpose of embedding some extra bits of data for...
  • May 21, 2022
  • 0 Comments
We need to display a tick symbol (✓ or ✔) within an internal web app and would ideally like to avoid using an image. Has to work starting with...
  • May 18, 2022
  • 0 Comments