You are developing a web page by using HTML5.You have the following requirements:✑ An H1 element must be placed at the top left corner of the page.✑ The size and location of the H1 element must not change if additional elements are added to the page.You need to position the H1 element on the page.Which CSS3 style should you use?
You are styling a box object on a page by using CSS3.You need to set the transparency of the object to 50%.Which two CSS3 styles will achieve the goal? (Each correct answer presents a complete solution. Choose two.)
HOTSPOT -You are developing a web page that will be accessed from various types of devices.You have the following requirements:✑ The appropriate display resolution must be selected dynamically based on the device connecting to the page.✑ Mobile devices with a maximum width of 480 pixels must be able to use the page.You need to ensure that the page displays correctly on any device.How should you build the code? (To answer, select the appropriate options from the drop-down lists in the answer area.)Hot Area:
You are developing an HTML5 web application and are styling text.You need to use the text-transform CSS property.Which values are valid for the text-transform property?
DRAG DROP -You are developing a website that has many web pages with hyperlinks to other sites.You need to ensure that if a hyperlink contains an image, the linked web page opens in a new window.Which jQuery code segment or segments should you use? (To answer, drag the appropriate line of code to the correct location. Each line of code 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:
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: