#html5
Read more stories on Hashnode
Articles with this tag
ui + ux + accessibility · Regardless of your industry, customer service can make or break your business. Your website is an extension of your customer...
html + accessibility · Alt text, also known as "alt descriptions" or "alternative text," is used to describe images on websites and other digital media....
html + aria + accessibility · Far too often, aria attributes are used incorrectly. Most devs, in good faith, probably think they are helping when in...
HTML + Accessibility + AI · I posted a short accessibility navigation tip recently and out of curiosity, I asked ChatGPT to build an accessible menu. If...
HTML + UX + Accessibility · When building a nav, avoid using divs with aria attributes like this... <div role="list"> <a href="foo.html"...