Snippets tagged “accessibility”
6 snippets use this tag.
- How to Add an HTML Button that Acts Like a LinkHTML
There are several ways to place a clickable button on a webpage that will be linked to another page of your website. You can add inline onclick event to HTML button tag, or input tag.
- How to Change the Color of the First Word in a TextCSS
In this tutorial, you can see how to change the color of the first word of a text. For that, use the CSS :before pseudo-element with the content property.
- What is the Difference Between <b> and <strong>, <i> and <em> TagsHTML
In this snippet, we’re going to explain the differences between the <b> and <strong>, <i> and <em> tags. Find out the differences and use them correctly.
- What is the Difference Between the hidden and aria-hidden AttributesHTML
On this page, you will learn what is the difference between the hidden and aria-hidden attributes. Read our snippet and see examples with these attributes.
- When to Use HTML <img> Tag and CSS background-image PropertyHTML
In this snippet, we’ll discuss the differences between the HTML <img> tag and CSS background-image property, which will help you make a better decision.
- Why and How the Bootstrap sr-only Class is UsedCSS
In this snippet, you can learn about the sr-only class and see how it is used in Bootstrap. To find more information, read our snippet and try examples.