C777 Unit 2: Cascading Style Sheets (CSS) |
ACTUAL QUESTIONS AND CORRECT DETAILED
ANSWERS | ALREADY SCORED A+ | NEWLY
UPDATED
Save
Practice questions for this set
Learn 1/7 Study using Learn
Terms in this set (124)
Which selector targets every element[attribute$=value]
instance of a specified HTML element
whose specified attribute ends with
the specified value?
, Which selector targets every element[attribute*=value]
instance of a specified HTML element
whose specified attribute contains
the specified substring value?
Which selector targets every element[attribute^=value]
instance of a specified HTML element
whose specified attribute begins with
the specified value?
Which selector targets every element:checked
checked instance of a specified
HTML element?
Which selector targets every element:disabled
disabled instance of a specified
HTML element?
Which selector targets every element:enabled
enabled instance of a specified
HTML element?
Which selector targets every element:first-of-type
instance of a specified HTML element
that is the first of its parent?
Which selector targets every element:last-of-type
instance of a specified HTML element
that is the last of its parent?
Which selector targets every element1~element2
instance of element2 that is
preceded by an instance of
element1?
ACTUAL QUESTIONS AND CORRECT DETAILED
ANSWERS | ALREADY SCORED A+ | NEWLY
UPDATED
Save
Practice questions for this set
Learn 1/7 Study using Learn
Terms in this set (124)
Which selector targets every element[attribute$=value]
instance of a specified HTML element
whose specified attribute ends with
the specified value?
, Which selector targets every element[attribute*=value]
instance of a specified HTML element
whose specified attribute contains
the specified substring value?
Which selector targets every element[attribute^=value]
instance of a specified HTML element
whose specified attribute begins with
the specified value?
Which selector targets every element:checked
checked instance of a specified
HTML element?
Which selector targets every element:disabled
disabled instance of a specified
HTML element?
Which selector targets every element:enabled
enabled instance of a specified
HTML element?
Which selector targets every element:first-of-type
instance of a specified HTML element
that is the first of its parent?
Which selector targets every element:last-of-type
instance of a specified HTML element
that is the last of its parent?
Which selector targets every element1~element2
instance of element2 that is
preceded by an instance of
element1?