Lists

There are three basic types of lists in HTML: 1. Unordered lists, Unordered lists should be used when a set of items can be placed in any order. 2. Ordered lists Ordered lists should be used when the list items need to be placed in a specific order. 3. Definition lists Definition/description lists are used […]

Link Tag

A Link must have appropriate text description A link must have a text-based name related with it so that screen readers can announce something to users.   Good Example: Link text within the <a> element Link text must have clear concept for the screen reader users, must not have a duplicate label, and must be […]

Headings Tag

Headings play a very important role in the accessibility level of any document, whether it is a Word, PDF, or HTML document. Screen reader users use “Headings” for navigation and they provide a clear concept of a document which benefits all users, making it easier to understand the content. Remember that blind users can’t just […]