You are developing an HTML5 web page.The appearance of the text box must change when a user moves the focus to another element on the page.You need to develop the page to respond to user action.Which line of code should you use?
DRAG DROP -You are developing an online shopping application that accepts credit cards for payment.If the credit card number is invalid, the application must:Generate an error -Assign "200" to the error numberAssign "Invalid" to the error descriptionYou need to write the code that meets the requirements.How should you write the code? (To answer, drag the appropriate code segment or segments to the correct location in the answer area. Each code segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)Select and Place:
You are developing an HTML5 page that includes several paragraph elements.You have the following requirements:Add a drop shadow that is one inch below the text in the paragraphSet the radius of the drop shadow to five pixelsYou need to style the paragraphs to meet the requirements.Which CSS style should you use?
You are creating a web form that users will use to enter their personal information. The form includes the following HTML.You have the following requirements:✑ When a user enters an input box, the cell on the right must turn green.When a user leaves an input box, the cell on the right must turn white.You need to create the web form to meet these requirements.Which code segment should you use?nth-child
You are developing a web page. You create a grid layout by using the following CSS segment.You have the following requirements:You must place content in the first column of the second row.✑ The content must span two columns.You need to ensure that the style of the grid meets the requirements.Which CSS segment should you use?
DRAG DROP -You are validating user input by using JavaScript and regular expressions.A group of predefined regular expressions will validate two input fields:✑ An email address in a function named validateEmail (for example,[email protected])✑ A nine-digit number that allows optional hyphens after the second and fifth character in a function named validateSSN(for example, 555555555 or 555-55-5555)You need to use the correct expression to validate the input.Which expression should you insert into each function? (To answer, drag the appropriate regular expression statement to the correct location. Each regular expression statement may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)Select and Place: