1. 11
    Get Elements With a Matching Title Attribute Using the byTitle Query
    59s

Get Elements With a Matching Title Attribute Using the byTitle Query

Share this video with your friends

Send Tweet

There will be times when none of the queries accessible to everyone will work out for you. When this time arrives, you can resort to the semantic queries. While these queries make use of HTML5 and ARIa-compliant selectors the user experience when using these attributes varies across assistive technology and browsers.

In this lesson, we will look at one of the queries that are part of the semantic queries family and allow you to find an element by its title attribute: the byTitle query.