It is quite easy to find good practices for any technology, but unfortunately, the same cannot be said about HTML and CSS. I’ve made my list of 5 cases when you can create a user-friendly, or clumsy, interface using only HTML and CSS.
alt-text Is Not a Duplicate Title
The alt attribute is quite useful. It helps screen reader users understand what is shown in the picture. Unfortunately, many developers don’t use it efficiently. They either duplicate the text around the picture or don’t add it at all.