READ Free Dumps For Microsoft- 70-480
Question ID 14970 | 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 14971 | You develop a website for a company by using HTML5. |
Option A |
* The <article> element specifies independent, self-contained content. Examples of where an <article> element can be used: Forum post Blog post Newspaper article * The <header> element specifies a header for a document or section. * when declaring the div element we must refer to CSS style named posting with a class="posting" attribute. |
Correct Answer | A |