IST226Test2Review Flashcards

1
Q

Use__________ the CSS property to configure the cellpadding of a table.

A

padding

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

When do you need to use a fully qualified URL in a hyperlink?

A

when linking to a page on an external website

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

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

A

:last-of-type

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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

A

sprite

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Choose the item below that is not an HTML5 element:

article, wrapper, footer, figcaption

A

wrapper

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

The _____ is an attribute of the tag that provides for accessibility.

A

summary

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

The _________ HTML5 element is used to configure the main navigation area on a web page.

A

nav

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Select a recommendation for mobile web design from the choices listed below.
Use single column, large images, pt for fonts sizes, none of these

A

Use single column

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

The box model consists of a content area surrounded by:

A

padding, border and margin

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The W3C’s concept of “One Web” relates to providing a single resource that is configured for optimal display on multiple types of devices.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Choose the example below that configures a comment in CSS.

A

/comment/

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Use the ___ or ______ property to clear a float.

A

clear or overflow

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

The ______ attribute indicates if a style sheet configures for screen display of the printed page.

A

media

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

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

A

position:absolute;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which of the following configures a margin for an element with the folloing values: top margin 30 pixels, left margin 150 pixels, right margin 0 pixels, and bottom margin 0 pixels

A

margin:30px 0 0 150px

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Is it possible to use CSS to configure page breaks in a printed web page.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

The _______ pseudo-class configures the appearance of the hyperlink before it is clicked.

A

link

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

the ______ HTML5 element is used to configure the top logo area on a web page.

A

header

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

To apply a style to one or more elements on a web page, configure a CSS

A

class

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

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

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Use the __________ tag pair to begin and end a table row.

A

tr /tr

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Use ______ element to indicate column or row headings.

A

th

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Include the keyword _________ in a media query to cause older, non-supporting browsers to ignore the media query.

A

only

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

An HTML table is comprised of _____ and ________.

A

rows and columns

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

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

A

:nth-of-type(n)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

Which pseudo-element can be used to generate content that precedes an element?

A

:before

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

The __________ property is used to modify the stacking order of elements on a web page.

A

z-index

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

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

A

link, visited, hover, active

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

A hyperlink with the phone: scheme may cause a web browser on a mobile device to initiate a phone call.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
30
Q

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:

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
31
Q

To define the distance between the edges of each cell in a table use the __________ attribute.

A

cellspacing

32
Q

A table with a width set to 600 pixels will look ______ on a monitor with resolution set to 640 x 480 than on a monitor set to 1024 x 768.

A

the same

33
Q

The HTML5 element is used to tangential or supplemental content

A

aside

34
Q

___________ will cause an object not to display.

A

display: none;

35
Q

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

A

caption

36
Q

Which of the following CSS3 properties position the caption of a table?

A

caption

37
Q

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

A

padding

38
Q

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

A

headers

39
Q

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

A

0 pixels

40
Q

Select the item below that lists elements used in an HTML table:

A

table, tr, td

41
Q

Use the __________ property to configure an image to use as a bullet point in an unordered list.

A

list-style-image

42
Q

To define the distance between the cell text and the cell border in a table, use the _______ attribute.

A

cellpadding

43
Q

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

A

relative

44
Q

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

A

hover

45
Q

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

A

text-align

46
Q

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

A

clear: right;

47
Q

Set list-style-type to the value ________ to hide the display of the list markers on an ordered list.

A

none

48
Q

The _______ attribute of the anchor tag can cause the new web page to open in tis own browser window.

A

target

49
Q

Use the ________ tag pair to configure a table head row group.

A

thead .. /thead

50
Q

Use the headers attribute on the ______ tag to correspond to the id attribute on a _________ tag.

A

td or th

51
Q

A benefit of using the CSS Sprites technique is to decrease the number of HTTP request calls to the web server.

A

True

52
Q

Use the _____ tag pair to configure a table footer row group.

A

tfoot .. t/foot

53
Q

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.

A

article

54
Q

mobile web pages should contain exactly the same content as web pages intended for display on desktop browsers

A

False

55
Q

Use an id to configure a style when:

A

the style will apply to only one element on a page

56
Q

Use the ______ tag pair to configure table headings.

A

th /th

57
Q

choose the example below of a descendant selector that configures the anchor tags with a div assigned to the navigation id.

A

div#navigation a

58
Q

What is the purpose of the :content pseudo-element?

A

to generate content that is added to the web page document

59
Q

Is the following CSS code valid?

table { border: 2px #000000 solid; border-collapse: collapse; }

A

yes

60
Q

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

A

true

61
Q

_________ will configure a class called blog to stack on top of other elements that have a z-index of 3?

A

.blog{z-index:4}

62
Q

To configure the table cells to share a common border and eliminate the default space between table cells configure ______.

A

border-collapse: collapse;

63
Q

Use the ______ property in the HTML link tag to associate a web page with a style sheet for printing.

A

media=”print”

64
Q

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

A

normal

65
Q

Select the example that configures a container to clear all floated elements that are within the container.

A

overflow: auto;

66
Q

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

A

true

67
Q

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

A

float:right;

68
Q

Is the following HTML code valid?

A

yes

69
Q

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

A

div id=”top”

70
Q

Select a recommendation for mobile web design from the choices below.

A

Use percentage or em units for font sizes

71
Q

A ________ determines the capability of the mobile device, such as screen resolution, and directs browsers to CSS

A

media query

72
Q

Use the ________ attribute to configure the width of a table border.

A

border

73
Q

When using the box model, the _______ is always transparent.

A

margin

74
Q

The ________ meta tag configures scale and dimension on mobile web page display.

A

viewport

75
Q

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

A

padding

76
Q

The attribute indicates if a style sheet configures for screen display or the printed page.

A

media