Which CSS style should you use?
You are developing an HTML5 page that includes several paragraph elements.
You have the following requirements:
Add a drop shadow that is one inch below the text in the paragraph
Set the radius of the drop shadow to five pixels
You need to style the paragraphs to meet the requirements.
Which CSS style 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 includesthe
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 ceil on the right must turn white.
You need to create the web form to meet these requirements.
Which code segment 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 meetsthe requirements.
Which CSS segment should you use?
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 cornerof 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 two CSS3 styles will achieve the goal?
You are styling a box object on a page by using CSS3.
You need to set the transparency of the object to 50%.
Which two CSS3 styles will achieve the goal? (Each correct answer presents a complete solution. Choosetwo.)
Which values are valid for the text-transform property?
You are developing an HTML5 web application and arestyling 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 anillustration. The web page resembles the followingimage.
You have the following requirements:
The illustration must be in the center of the page.
The text must flow around the left, right, top, andbottom 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 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 H1and 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?