Which CS53 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 CS53 style should you use?
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 style sheets.
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.)
Which two CSS3 styles will achieve the goal?
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 dropdown lists in the answer area.)
Which values are valid for the text-transform property?
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?
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?
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.)
Which code segment should you use?
You are developing a web page that has a group of HI 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 illustration should you submit?
Which CSS3 property should you use?
You are developing a web page that will be divided into three vertical sections. The main
content of the site will be placed in the center section. The two outer sections will contain
advertisements.
You have the following requirements:
The main content section must be set to two times the width of the advertising sections.
The layout must be specified by using the CSS3 flexible box model.
You need to ensure that the visual layout of the page meets the requirements.
Which CSS3 property should you use?