Posts tagged with “HTML“ (16)
Calculate the estimated reading time for a blog post
Can we add anything to a standard blog that would enhance the reading experience? How about the estimated reading time?
Make a reading progress bar for your blog
Can we add anything to a standard blog that would enhance the reading experience? How about a reading progress bar?
HTML Nuggets: Little bits that you may not know or forgotten
Improve your knowledge of HTML with little bits that you may have forgotten, never learned, never realised, or ignored!
ARIA: singing from the same hymn sheet 💻
ARIA is a W3C specification with the aim of improving accessibility for web applications. It is a misunderstood topic. Let’s clarify the topic.
A11y - Just the hits 💻
Accessibility (A11y) refers to the creation of digital content that can be used by everyone. How do you make accessible websites?
Make it stick! Sticky headers in CSS 🦎🔝
Sticky headers can simplify cross-referencing cells in tables, and make navigation easier in different scenarios. Let’s explore some CSS examples.