Daniela Kubesch

Blog

2024 [1 post]

PSA: Stop using the title attribute as tooltip! (opens in a new tab)

on HTMHell New

Images, text, buttons, and more — developers love to add the title attribute to any element in sight, in 99% of cases to create a tooltip. The issue is that the title attribute isn't accessible. But don't worry, the popover attribute has got you covered!

2023 [4 posts]

2022 [2 posts]

Get that marquee ✨AeStHeTiC✨ (opens in a new tab)

on HTMHell

If you want to achieve the unique marquee aesthetic without using the deprecated HTML element, this article is here to help. First, we learn about the history of the marquee element and look at the pros and cons. Then we code an alternative with CSS and JavaScript.