Web Scripting Test 1 Flashcards

(110 cards)

1
Q

Identify a HTML embedded element that contains programming scripts used to construct bitmap images and graphics

A

canvas

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

Identify a HTML embedded element that contains programming scripts used to construct bitmap images and graphics

A

canvas

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

The ____ value of the display style removes an element from a rendered page

A

none

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

Identify the option that specifies whether an image scrolls with the content or is fixed in following background property:
background:
color url(url) position /size repeat attachment
origin clip;

A

attachment

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

A ____ element is an element that contains one or more other elements, which are called child elements

A

parent

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

Identify an attribute selector used to select an element based on its class value

A

elem class

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

In the context of hypertext attribute, identify a target name that opens the page in the current window or tab

A

_self

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

The ______ grouping element contains content that is quoted from another source, often with a citation and often indented on a page

A

blockquote

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

Which of the following HTML grouping elements contains a single item from an ordered or unordered list?

A

li

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

How is background color defined in a CSS file?

A

background-color: color;

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

_____ contains a generic grouping of elements within a document

A

<div></div>

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

Inline styles are styles applied directly to specific elements using the style attribute content
where element is the HTML element and ____ define

A

property: value

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

The _____ element, a HTML metadata element, contains a collection of metadata elements that describe the document or provide instructions to the browser

A

head

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

Identify the element that marks the distinct rows and columns of a grid to give a consistent structure to floating objects

A

div

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

The CSS @rule that imports an external style sheet file located at url is ____

A

@import url(url);

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

HTML sectioning elements are also known as ____ because the tag name describes the purpose of the element and the type of content it contains

A

semantic elements

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

To force a document to appear in new window or tab, identify an attribute that should be added to <a> tag</a>

A

target

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

The structure for an unordered list is similar to that used with ordered lists except that that list items are grouped within the ____ element

A

ul

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

Identify a contextual selector that matches any element

A

*

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

An email address can be turned into a hypertext link using the URL

A

mailto:addres

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

The ____ element is part of the document head because it’s not actually displayed as part of the web page, but rather appears externally within the browser tab

A

title

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

Web pages are text files written in a language called____

A

HTML

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

To direct a style rule to specific elements, ____ can be used to match only those page elements that correspond to a specified pattern

A

selector pattern

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

TO round off any of the four corners of a border, the _____property should be applied

A

border_radius

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Identify the format to add new content before an element with CSS
element::before{context:text;}
26
If two style rules have equal specificity; and thus equal importance, then the one that is defined ____ in the style sheet is the one used
last
27
To center an element vertically within a part element, display the parent element as a table cell with a defined height and then set the vertical-align property to____
Middle
28
The fundamental building block in every HTML document is the ____ tag, which marks a component in the document
element
29
In order to enable users to jump to a specific location within a document, identify the attribute that should be added to an element tag to recognize that location
id="text"
30
A network confined to a small geographic area is referred to as a
LAN
31
The largest wide are network( WAN) in existence is the ___
internet
32
All block elements, like the body element, have a default width of ___
100%
33
Nested lists can be displayed in an ___ style through the use of contextual selectors
outline
34
Which of the following elements can be added to a document head to define a different starting point for relative paths?
35
A ___ is a software program that retrieves a document from a web server and renders it locally in a form that is readable on a client device
web browser
36
The World Wide Web Consortium enforced a stricter set of standards in a different version of HTML called ____
XHTML
37
Identify a property that a browser can use to handle excess content
overflow
38
To change the shadow size, the ___ parameter must be added to the box-shadow property, specifying the size of the shadow relative to the size of the object
spread
39
Identify the property that is used to choose the layout model
box-sizing
40
If a network covers several buildings or cities, it is called
WAN( wide area network)
41
Since the li element is itself a grouping element, it can be used to group other lists, which in turn creates a series of ____
nested lists
42
The ___ value of the vertical-align property aligns the bottom of the element with the bottom of the text in a line
text-bottom
43
A ___ is one in which the size of the web page and the size of its elements are set regardless of the screen resolution
Fixed layout
44
Which of the following is a popular integrated development environment for web development?
Adobe Dreamweaver
45
Identify the default type for the box-sizing property
content-box
46
An additional factor in how an element is rendered is that properties are passed from a parent element to its children in a process known as ___
style inheritance
47
Web pages are accessed through a software program called a ___
web server
48
A host that provides storage space for saving and retrieving records is called a ___
file server
49
Which of the following background-attachment properties in similar to scroll, but is used for elements, such as scroll boxes, to allow the element background to scroll along with the content within a box?
local
50
Identify a property used to align text horizontally
text-align: alignment;
51
A ____ sets the width of page elements as a percent of the available screen width
fluid layout
52
The first line in a HTML file is the _____, which is a processing instruction indicating the markup language used in a document
doctype
53
A _____ language is a language used to describe the content and structure of documents
markup
54
Identify the correct syntax for adding comments in style sheets
/*comment*/
55
The Uniform Resource Locator (URL) for a phone link is ____
tel:phone
56
Documents on the web stored on web servers as known as web ____
pages
57
The ____ value of the display style removes an element from a rendered page
none
58
Identify the option that specifies whether an image scrolls with the content or is fixed in following background property: background: color url(url) position /size repeat attachment origin clip;
attachment
59
A ____ element is an element that contains one or more other elements, which are called child elements
parent
60
Identify an attribute selector used to select an element based on its class value
elem class
61
In the context of hypertext attribute, identify a target name that opens the page in the current window or tab
_self
62
The ______ grouping element contains content that is quoted from another source, often with a citation and often indented on a page
blockquote
63
Which of the following HTML grouping elements contains a single item from an ordered or unordered list?
li
64
How is background color defined in a CSS file?
background-color: color;
65
_____ contains a generic grouping of elements within a document
66
Inline styles are styles applied directly to specific elements using the style attribute content where element is the HTML element and ____ define
property: value
67
The _____ element, a HTML metadata element, contains a collection of metadata elements that describe the document or provide instructions to the browser
head
68
Identify the element that marks the distinct rows and columns of a grid to give a consistent structure to floating objects
div
69
The CSS @rule that imports an external style sheet file located at url is ____
@import url(url);
70
HTML sectioning elements are also known as ____ because the tag name describes the purpose of the element and the type of content it contains
semantic elements
71
To force a document to appear in new window or tab, identify an attribute that should be added to tag
target
72
The structure for an unordered list is similar to that used with ordered lists except that that list items are grouped within the ____ element
ul
73
Identify a contextual selector that matches any element
*
74
An email address can be turned into a hypertext link using the URL
mailto:addres
75
The ____ element is part of the document head because it's not actually displayed as part of the web page, but rather appears externally within the browser tab
title
76
Web pages are text files written in a language called____
HTML
77
To direct a style rule to specific elements, ____ can be used to match only those page elements that correspond to a specified pattern
selector pattern
78
TO round off any of the four corners of a border, the _____property should be applied
border_radius
79
Identify the format to add new content before an element with CSS
element::before{context:text;}
80
If two style rules have equal specificity; and thus equal importance, then the one that is defined ____ in the style sheet is the one used
last
81
To center an element vertically within a part element, display the parent element as a table cell with a defined height and then set the vertical-align property to____
Middle
82
The fundamental building block in every HTML document is the ____ tag, which marks a component in the document
element
83
In order to enable users to jump to a specific location within a document, identify the attribute that should be added to an element tag to recognize that location
id="text"
84
A network confined to a small geographic area is referred to as a
LAN
85
The largest wide are network( WAN) in existence is the ___
internet
86
All block elements, like the body element, have a default width of ___
100%
87
Nested lists can be displayed in an ___ style through the use of contextual selectors
outline
88
Which of the following elements can be added to a document head to define a different starting point for relative paths?
89
A ___ is a software program that retrieves a document from a web server and renders it locally in a form that is readable on a client device
web browser
90
The World Wide Web Consortium enforced a stricter set of standards in a different version of HTML called ____
XHTML
91
Identify a property that a browser can use to handle excess content
overflow
92
To change the shadow size, the ___ parameter must be added to the box-shadow property, specifying the size of the shadow relative to the size of the object
spread
93
Identify the property that is used to choose the layout model
box-sizing
94
If a network covers several buildings or cities, it is called
WAN( wide area network)
95
Since the li element is itself a grouping element, it can be used to group other lists, which in turn creates a series of ____
nested lists
96
The ___ value of the vertical-align property aligns the bottom of the element with the bottom of the text in a line
text-bottom
97
A ___ is one in which the size of the web page and the size of its elements are set regardless of the screen resolution
Fixed layout
98
Which of the following is a popular integrated development environment for web development?
Adobe Dreamweaver
99
Identify the default type for the box-sizing property
content-box
100
An additional factor in how an element is rendered is that properties are passed from a parent element to its children in a process known as ___
style inheritance
101
Web pages are accessed through a software program called a ___
web server
102
A host that provides storage space for saving and retrieving records is called a ___
file server
103
Which of the following background-attachment properties in similar to scroll, but is used for elements, such as scroll boxes, to allow the element background to scroll along with the content within a box?
local
104
Identify a property used to align text horizontally
text-align: alignment;
105
A ____ sets the width of page elements as a percent of the available screen width
fluid layout
106
The first line in a HTML file is the _____, which is a processing instruction indicating the markup language used in a document
doctype
107
A _____ language is a language used to describe the content and structure of documents
markup
108
Identify the correct syntax for adding comments in style sheets
/*comment*/
109
The Uniform Resource Locator (URL) for a phone link is ____
tel:phone
110
Documents on the web stored on web servers as known as web ____
pages