READ Free Dumps For Microsoft- 70-480
Question ID 14984 | 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 |
Option A | $ ('input [name!="name"]’) .css ({ 'background-color' : ' #E0ECF8'}) ; |
Option B | ${'input [name="~name"] ') .css ({ 'background-color' : ' #E0ECF8' }) ; |
Option C | ${'input[name="*name"]').css({'background=color': #E0ECF8'}); |
Option D | $( 'input [name="$name"] ') .css ({ 'background-color' : '#E0ECF8'}); |
Correct Answer | C |
Question ID 14985 | You are developing an HTML5 web application. The application loads data from a web You need to ensure that the data is displayed when it is successfully retrieved from the web
|
Option A | Option A |
Option B | Option B |
Option C | Option C |
Option D | Option D |
Correct Answer | B |