You are developing an HTML5 web application and are styling text.You need to use the text-transform CSS property.Which value is valid for the text-transform property?
You are modifying a blog site to improve search engine readability.You need to group relevant page content together to maximize search engine readability.Which tag should you use?
You are developing an HTML5 page that has an element with an ID of picture. The page includes the following HTML.You need to move the picture element lower on the page by five pixels.Which two lines of code should you use? (Each correct answer presents part of the solution. Choose two.)
You are modifying a blog site to improve search engine readability.You need to group relevant page content together to maximize search engine readability.Which tag should you use?
You are developing a customer web form that includes the following HTML.<input id="txtValue"/>You need to change the HTML markup so that customers can enter only a valid three-letter country code.Which HTML 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: