You are modifying a website. The body of the page will be divided into two sections:✑ A content section will contain blog posts and comments.✑ An area on the right-hand side will contain advertisements.The page is defined by the following HTML.The site must conform to HTML5 standards and must use HTML5 semantic tags.You need to ensure that the advertisements are on the rightmost section of the page.Which tag should you use?
You are developing an HTML5 page.You need to add author and copyright information.Which tag should you use?
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?
DRAG DROP -You are developing a web page for runners who register for a race.The page includes a slider control that allows users to enter their age.You have the following requirements:✑ All runners must enter their age.✑ Applications must not be accepted from runners less than 18 years of age or greater than 90 years.✑ The slider control must be set to the average age (37) of all registered runners when the page is first displayed.You need to ensure that the slider control meets the requirements.What should you do? (To answer, drag the appropriate word or number to the correct location in the answer area. Each word or number 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 creating a JavaScript object that represents an employee.You need to extend the Employee object by adding the GetPayroll() method.You need to ensure that all future instances of the Employee object implement the GetPayroll() method.Which code 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: