Inspire
Design
Apps
Landing Page
Logo
User Interface
User Experience
Web
Blockchain
DAO
Marketing
Social Media
Management
Leadership
Organization
Growth
Workflow
See All
Design
Graphics
Apps
User Interface
Apps
Web
User Experience
Apps
Workflow
Productivity
Resources
Stock Photos
Vector Graphics
See All
Develop
AI
LLM
Machine Learning
Backend
API
Database
PHP
Node.js
TypeScript
Python
Ruby
Serverless
GoLang
Frontend
Accessibility
HTML
CSS
CSS-in-JS
JavaScript
TypeScript
Next.js
React.js
Vue.js
SEO
DevOps
CI/CD
Cloud
Docker
Server
Reliability
Testing
Static Analysis
Security
Workflow
Git
Shell
Management
Markdown
Markup
Productivity
Blockchain
Network
Smart Contracts
Snippets
PHP
JavaScript
Resources
Backend
Frontend
See All
Market
Social Media
Influencer
Strategy
SEO
Content
Robots.txt
Resources
Social Media
See All
#accessibility
Following posts match this tag
When to Add Empty alt Attribute to HTML img Element?
Find out when you should add an empty
alt
attribute to the HTML
<img>
element. Knowing this can help you offer cues for user agents to omit images from rendering in certain cases.
blog
2 years ago
Why Add alt Attribute to HTML img Element?
Learn why it is a good practice to add the
alt
attribute to an HTML image tag. Knowing this would help you make your code more semantic, accessible and meaningful for a wider audience.
blog
2 years ago
How to Create a Discernible Name for Icon and Image Links?
In modern web development, accessibility is becoming a key factor as it helps you reach a wider audience by improving the navigation experience for screen readers and other assistive technologies. Adding an accessible name for a link with non-textual or empty content might seem challenging, so we thought we'd give you a quick overview of how to go about it in this article.
blog
5 years ago
Does the HTML source Element Have "alt" Attribute?
The HTML
<source>
element provides a way to define multiple sources for a single image. It is a great way to load optimized images based on device capabilities. Find out if the
alt
attribute can be applied to it.
blog
2 years ago
Is the alt Attribute Required on the img HTML Element?
Find out whether or not the
alt
attribute is required to be specified when using the
<img />
HTML element.
blog
2 years ago
Does the HTML picture Element Have "alt" Attribute?
The HTML
<picture>
element provides a way to define multiple sources for a single image. It is a great way to load optimized images based on device capabilities. Find out if the
alt
attribute can be applied to it.
blog
2 years ago
How to Maintain Image Aspect Ratio Using HTML?
Learn how you can maintain an image’s aspect ratio in modern browsers using HTML and why you should start using that in your responsive web pages.
blog
4 years ago