From the course: Simplifying Web Development with Accessibility Best Practices
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Card with internal links - HTML Tutorial
From the course: Simplifying Web Development with Accessibility Best Practices
Card with internal links
- [Instructor] In the previous example, we looked at a simple card that had an image, a heading, and some texts. And the idea is that you would collect on the entire card or just a heading to get to where you want to go. But in many cases we have cards that have multiple different links or links and buttons or other interactive elements. And we may need to give the user options on what to click on. In those circumstances everything that I said in the past kind of falls to the wayside because we are now no longer working with a card where the expectation is, you can just click anywhere to go somewhere. The card behavior is more nuanced. And I think this is probably the direction you want to go. In most cases with cards. Give people a clear indication of what to click on and they will click on that. So let's look at these examples. Here we have three cards that have category information in addition to the title. So to…