Microsoft
98-375 · Question #96
98-375 Question #96: Real Exam Question with Answer & Explanation
Sign in or unlock 98-375 to reveal the answer and full explanation for question #96. The question stem and answer options stay visible for context.
Question
You develop an HTML5 webpage. You have the following HTML markup: You need to change the background color for all of the elements whose name attribute ends with the word name. Which code segment should you add to the webpage?
Exhibit
Options
- A$ ('#name').css ({ 'background-color' : '#E0ECF8' });
- B$ ('input [name |="name"; ] ' ) .css (( 'background-color' :
- C$('input[name$="name"]'). css{{'background-color' : '#E0ECF8'});
- D$ ('*name' ) .css ({ 'background-color' : ' #E0ECF8'}) ;
Unlock 98-375 to see the answer
You've previewed enough free 98-375 questions. Unlock 98-375 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
