Which method allows the end user to enter text as an answer to a question as the page loads?
A web page has the following CSS code:

Which selector should a developer use to invoke the CSS?
A web designer creates the following HTML code:

Which CSS selector applies only to the first line?
Which attribute displays help text in an input field without specifying an actual value for the input?
Given the following CSS statement:

Which code segment changes the font color when the viewport is 800 pixels wide or wider?
A)

B)

C)

D)

What should a developer correct before revalidating after a code validator reports multiple errors in code?
Which CSS transformation method should a developer use to reposition an element horizontally on the 2-D plane?
Given the following HTML statement:

And the following style:

Which line of the changes the background color of the
A)

B)

C)

D)

A developer needs to apply a red font color to the navigation, footer, and the first two of three paragraphs on a website.
The developer writes the following code:

Which CSS archives this developer’s goal?