ITE 119 Qz 8 Module 8 Flashcards
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.
URL
An embedded style sheet takes precedence over an external style sheet.
T/F
True
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
embedded
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
float
An external style sheet is also called a(n) _____ style sheet.
A) embedded
B) insync
C) inline
D) linked
linked
To style class=”mobile”, #mobile must be used as the selector.
T/F
False
After creating a Cascading Style Sheets (CSS) file, it must be linked to all the webpages that will use its styles.
T/F
True
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
Inherit
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
text-align
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
external
Cascading Style Sheets (CSS) supports _____ styles. (select all that apply)
virtual
inline
embedded
external
inline
embedded
external
Each Cascading Style Sheets (CSS) rule consists of a \_\_\_\_\_. (Select all that apply) semantic selector declaration definition
selector
declaration
The best practice is to apply an inline style sheet when one wants to change the style of one page.
T/F
False
The _____ is an example of block elements. (select all that apply)
header
span
main
footer
header
main
footer
_____ 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
Cascading Style Sheets