Which Of The Following Selector Selects All Elements Of E That #230
Which of the following selector selects all elements of E that have the attribute attr that end with the given value?
This multiple choice question (MCQ) is related to the book/course gs gs105 CSS (Cascading Style Sheets). It can also be found in gs gs105 CSS Selectors and Files - Using Advanced Selectors - Quiz No.1.
Which of the following selector selects all elements of E that have the attribute attr that end with the given value?
E[attr^=value]
E[attr$=value]
E[attr*=value]
none of the mentioned