ITE 119 Qz 8 Module 8 Flashcards

1
Q

To create a _________ link, one must use an anchor tag with an href attribute that designates the file name of the webpage or the path and the file name of the webpage.​

A

URL

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

An embedded style sheet takes precedence over an external style sheet.

T/F

A

True

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

The code:
“”

"”My Website “”

””

body {

                   background-color: green;

       }

      ""

””

exemplifies a(n) _____ style sheet where the style rule is placed between the opening “” and closing “” tags.

A) embedded
B) external
C) inline
D) linked

A

embedded

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

The _____ property allows the positioning of an element to the right or left of other elements.

A) display
B) margin
C) text-align
D) float

A

float

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

An external style sheet is also called a(n) _____ style sheet.

A) embedded
B) insync
C) inline
D) linked

A

linked

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

To style class=”mobile”, #mobile must be used as the selector.

T/F

A

False

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

After creating a Cascading Style Sheets (CSS) file, it must be linked to all the webpages that will use its styles.

T/F

A

True

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

A feature of the Cascading Style Sheets (CSS) properties is that paragraphs and headings can _____ the font and color rules for the body selector.

A) inherit
B) cascade
C) generate
D) create

A

Inherit

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

The four values of left (the default), center, right, or justify are used by the _____ property.

A) display
​B) margin-padding
​C) text-align
​D) box-shadow

A

text-align

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

An _____ style sheet is used to create styles that apply to more than one webpage in a website.

A) embedded
B) external
C) internal
D) inline

A

external

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

Cascading Style Sheets (CSS) supports _____ styles. (select all that apply)

virtual
inline
embedded
external

A

inline
embedded
external

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
​Each Cascading Style Sheets (CSS) rule consists of a \_\_\_\_\_. (Select all that apply)
  semantic 
  selector 
  declaration 
  definition
A

selector

declaration

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

The best practice is to apply an inline style sheet when one wants to change the style of one page.

T/F

A

False

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

The _____ is an example of block elements. (select all that apply)

header
span
main
footer

A

header
main
footer

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

_____ is a language used to describe the formatting of a document written in a markup language such as Hypertext Markup Language (HTML) 5.

​A) Designing Style Sheets
​B) Cascading Style Sheets
​C) Segregation Style Sheets
​D) Web paging Style sheets

A

​Cascading Style Sheets

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

Which of the following actions need to take place when creating a CSS file? (Check all that apply)

A) Determine properties for the HTML elements (such as header, nav, main, and footer).

B) Link the CSS file to your HTML pages and website template.

C) Upload image files as needed

D) Determine if you should create additional CSS files to accommodate multiple wireframes or different media such as mobile or print.

A

A) Determine properties for the HTML elements (such as header, nav, main, and footer).

B) Link the CSS file to your HTML pages and website template.

D) Determine if you should create additional CSS files to accommodate multiple wireframes or different media such as mobile or print.