Identify thecross-browser style sheet that changes the text color of the placeholder text for every input box to light red for themozextension.?

A. ?input:-moz-input-placeholder {color: rgb (255, 151, 151);}
B. ?input::-moz-placeholder {color: rgb(255, 151, 151);}
C. ?input:-moz-placeholder {color: rgb (255, 151, 151);}
D. ?input:: moz-placeholder-webkit {color: rgb(255, 151, 151);}

Answer: B

Computer Science & Information Technology

You might also like to view...

The Margins button is found on the ________ group under the Page Layout tab

A) Page Background B) Page Setup C) Theme D) Paragraph

Computer Science & Information Technology

When creating a Web query which option preserves all original formatting?

A) XML B) Style Sheet C) Rich text D) HTML formatting

Computer Science & Information Technology