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 develop an HTML5 webpage. You have the following HTML markup: (Line numbers are for reference only.)The webpage also contains the following CSS markup:You need to determine how the webpage will appear when the CSS styles are applied.Select two.
HOTSPOT -You are reviewing the CSS markup for an HTML5 page that displays a news article. The CSS markup for the page is as follows:The HTML markup for the page is as follows:For each statement in the table, select Yes if the code segments above causes the page to behave as described. Select No if it does not. Make only one selection in each column.Hot Area:
HOTSPOT -You review code that uses WebSockets for a browser-based multiplayer game. Each player sends a move to the server, which then sends the move to all connected game instances. The following code runs in the browser and handles the sending and receiving of moves:For each statement in the table, select Yes if the code segment above causes the page to behave as described. Select No if it does not. Make only one selection in each column.Hot Area:
You develop a webpage.The webpage must display a grid that contains one row and five columns. Columns one, three, and five are the same width. Columns two and four are the same width, but much wider than columns one, three, and five. The grid resembles the following image:The grid must meet the following requirements:✑ Each row must be tall enough to ensure that images are not cut off.✑ Each row must contain five columns.✑ The width of the columns must not change when the screen is resized or rotated.You need to define the style for the grid. Which CSS3 style 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: