Which code segment should you use?
You are developing a web page that has a group of H1 and H2 elements. The page also includes a CSS class
named underlineMe.
You have the following requirements:
The font color of all H1 and H2 elements must be changed to red.The CSS class underlineMe must be applied to all H1 and H2 elements.
You need to update the web page to meet the requirements.
Which code segment should you use?
Which jQuery code segment or segments should you use?
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:
Which line of code should you use?
You are developing a page that includes text and an illustration. The web page resembles the following image.
You have the following requirements:
The illustration must be in the center of the page.
The text must flow around the left, right, top, and bottom of the illustration.
You need to ensure that the layout of the web page meets the requirements.
Which line of code should you use?
You need to use the text-transform CSS property.Which v…
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?
How should you build the code?
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:
Which two CSS3 styles will achieve the goal?
which order should you use the five style sheets?
DRAG DROP
You are creating an application by using HTML5 and CSS3. The styles for the pages are derived from five stylesheets.
The styles are not being applied correctly to the pages in the application.
You need to apply the styles from highest priority to lowest priority.
In which order should you use the five style sheets? (To answer, move the style sheet types from the list of style
sheet types to the answer area and arrange them in the correct order.)
Select and Place:
Which CSS3 style should you use?
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?
Which CSS segment should you use?
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?
Which code segment 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