IT 1230 test 2

Lakukan tugas rumah & ujian kamu dengan baik sekarang menggunakan Quizwiz!

Use the ________ element to configure a table head row group.

thread

Choose the example below of a descendant selector that configures the anchor tags within the element assigned to the content id.

#content a

The _______ pseudo-class configures the styles that will apply when a hyperlink is clicked,

:active

The _______ pseudo-class configures the styles that will apply when the mouse is placed over a hyperlink.

:hover

Which of the following CSS3 pseudo-elements could be used to apply styles to the last row of a table?

:last-of-type

How would you configure a hyperlink from the index.html file to another file named services.html which is located in a subfolder named categories?

<a href="categories/services.html">Services</a>

How would you link to the named fragment #school on the page resume.html from the home page of the site?

<a href="resume.html#school">Educational Background</a>

How would you configure a hyperlink from the index.html file to another file named services.html which is located in the same folder?

<a href="services.html"> Services </a>

How would you define a fragment identifier at the top of a page, called "top"?

<div id="top">

Is the following HTML code valid?<table><tr><td>cell 1</td><td>cell 2</tr></table>

No, there is a missing closing td tag

Choose the recommended use of tables on web pages.

Use tables to organize tabular information

Use the ________________ property to configure rounded corners with CSS.

border-radius

To eliminate the space between table cells, use the ___________ property.

border-spacing: 0;

Which of the following configures a 1 pixel, solid black border for an element?

border: 1px solid #000000;

The CSS opacity property configures the display of

both the text and the background

The purpose of the _______ element is to describe the contents of a table.

caption

Use ___________ positioning to configure the location of an element to remain the same and to not move even when the web page is scrolled within the browser viewport.

fixed

If an element is configured with ___________ the other content on the page will appear to its left.

float: right;

A _________________ is a smooth blending of shades from one color to another.

gradient

Use the ______ attribute on a td element to associate it with a table heading cell.

headers

Use the th element to indicate a table column or row _____.

heading

Which attribute below defines a fragment identifier in a page?

id

Which value for the display property is useful when configuring horizontal navigation within an unordered list?

inline

Use the _______ property to configure a smooth blending of color in a single direction.

linear gradient

From the choices below select the correct order to code CSS pseudo-classes.

link, visited, focus, hover, active

Use the _______________ property to eliminate the bullets from an unordered list.

list-style-type

when using the box model, the _____ is always transparent

margin

Which of the following, from outermost to innermost, are components of the box model?

margin, border, padding, content

Which of the following is used along with the width property to configure centered page content?

margin-left: auto; margin-right: auto

Use the __________ property to configure a maximum width for an elementwidth

max-width

Use the __________ property to configure a minimum width for an element

min-width

Use the ______ value for the CSS display property to configure an element to not display.

none

_________ flow displays the elements on the page in the order they appear in the web page source code.

normal

The CSS3 _______ property configures the transparency of an element.

opacity

Use the ________ or _______ property to clear a float.

overflow or clear

The _______ is the area between the content and the border.

padding

Use the CSS ______ property to configure the cellpadding of a table.

padding

When configuring the background color of an element, the background color is applied to both the content and ______ areas.

padding

Which of the following configures padding for an element with the following values: top padding 0 pixels, left padding 10 pixels, right padding 10 pixels, bottom padding 20px?

padding: 0 10px 20px 10px;

Use the ________ property along with the left, right and/or top property to precisely configure the position of an element.

position: absolute;

Use ___________ positioning to slightly change the location of an element in relation to where it would otherwise appear when rendered by a browser.

relative

An HTML table is comprised of ____ and ______.

rows and columns

The ________ HTML5 element indicates a portion of a document, like a chapter or specific topic.

section

What is the term used to describe image file that contains multiple small graphics?

sprite

Use the ______ element to contain an HTML table.

table

Use the ______ element to contain a table data cell.

td

Use the headers attribute on the ___ element to correspond to the id attribute on a ___ element.

td, th

Which of the following CSS3 properties configure the alignment of text within a table?

text-align

Select the property that is useful to remove the underline from a hyperlink.

text-decoration

The ___________________ property configures a shadow effect on the text displayed within an element.

text-shadow

Use the ________ element to configure a table footer row group.

tfoot

Use the ____ element to configure a table heading cell.

th

Use the ______ element to contain a table row.

tr

Which of the following is NOT a valid value for the border-style property?

triple

A radial gradient is a smooth blending of color emanating outward from a single point.

true

____ A border can be configured on only one side of an element

true

____ The CSS vertical-align property can be used to configure the vertical alignment of the contents of a table cell.

true

_____ The CSS border-spacing property can be used to configure the horizontal and vertical spacing of table borders.

true

Choose the item below that is not an HTML5 element.

wrapper

The CSS to create the class called myfloat that floats to the right of the other page content, has a 10px margin, and a solid border is:

.myfloat { float:right; margin:10px; border: 1px solid #000000; }

The default value for the border property for an element is:

0 pixels

The _______ pseudo-class configures the styles that will apply for a hyperlink that has not been visited by the user.

:link

Which of the following CSS3 pseudo-elements will be useful when configuring every other row of a table?

:nth-of-type(even)

Use ____________ positioning to precisely configure the location of an element outside of normal flow.

absolute

__________________ will cause an object not to display.

display: none;

Choose the HTML5 element below that is used to configure an area on a web page that can stand on its own and could potentially be syndicated.

article

The ________ HTML5 element indicates tangential or supplemental content.

aside

Use the ___________________ property to resize or scale the background image.

background-size

The _______ is between the padding and the margin.

border

Use the ______ attribute to configure the browser to render default table and table cell borders.

border

Select the example below that could be used to clear a right float.

clear: right;


Set pelajaran terkait

Nature and Environment 9 клас

View Set

Power Platform PL-900 Study Assessment

View Set

AAPC Chapter 8: Musculoskeletal System

View Set

INSURANCE EXAM PRACTICEA producer who fails to segregate premium monies from his own personal funds is guilty of

View Set