⊗mkPmSlAS 80 of 250 menu

Attribute Selectors in CSS

name value start end text variant hyphen

Write a selector that will select all elements with the title attribute.

Write a selector that will select all paragraphs with the title attribute.

Write a selector that will select all paragraphs with an attribute title that is equal to 'hello'.

Write a selector that will select all links with an attribute href whose value starts with 'http://'.

Write a selector that will select all links with an attribute href whose value ends with '.html'.

Write a selector that will select all paragraphs with an attribute title that has the word 'hello' in its value.

Write a selector that will select all paragraphs with a class that starts with 'top-'.

enru