Deck 3: Getting Started With Css

ملء الشاشة (f)
exit full mode
سؤال
An inline style rule is a style rule inserted into the opening tag of an element using the style attribute._________________________
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
A(n) id selector allows you to apply a style rule to an unlimited number of separate elements.  _________________________
سؤال
You insert CSS code in a style element with a(n) attribute specifying that the contents are written in CSS._________________________
سؤال
A selector identifies the HTML element to which a declaration applies.
سؤال
Using a process known as inheritance , declarations are applied to all descendant elements of selected elements. ________________________
سؤال
CSS3 defines a set of elements that serve the same function as the div element but that include semantic value.
سؤال
There is a limit of 100 element types that can be included in a single rule.
سؤال
Selectors can be based on  ____.

A) element type
B) id
C) class
D) All of the above.
سؤال
The default value of text-align is " center ."_________________________
سؤال
When working with a style rule, one or more _______ follow the selector(s); each specifies a CSS attribute to apply to the selector(s) and the value to assign to the attribute.

A) properties
B) attributes
C) declarations
D) types
سؤال
Each declaration ends with a period.
سؤال
Multiple selectors are separated by semicolons .  _________________________
سؤال
Style rules are lines or blocks of CSS code that specify the presentation of web page elements.
سؤال
When writing CSS code, each declaration must start on its own line.
سؤال
The d iv  attribute can be added to the opening tag for an element to give the element a unique identity. _________________________
سؤال
Web page rendering engines recognize declarations after a selector as starting after an opening curly brace.
سؤال
A style rule is composed of five main parts.
سؤال
Only one element in an HTML document can have a given id attribute value.
سؤال
The style rule starts with one or more pairs , which identify the HTML element or elements to which the style rule applies. _________________________
سؤال
Edits made to a declaration using browser tools do not change your saved stylesheet. _________________________
سؤال
The ____ attribute specifies the filename of the external style sheet.

A) ref
B) href
C) source
D) hsource
سؤال
To apply the style rules in a stylesheet to every page on a web site, you add a(n) _____ element to each HTML document.

A) apply
B) link
C) inherit
D) div
سؤال
A single HTML element is limited to ____ attributes.

A) 24
B) 48
C) 96
D) There is no limit.
سؤال
To create the presentation of elements in a single web page, you can create a(n) _____ .

A) inline style
B) embedded style sheet
C) external style sheet
D) shorthand style
سؤال
An id selector is simply a pound sign (#) followed by the id ____ for the element.

A) name
B) alignment
C) contact
D) value
سؤال
An id attribute value can be assigned to ______ element(s).

A) one
B) two
C) five
D) an unlimited number
سؤال
A CSS comment starts with _____ .

A) #
B) @
C) /*
D) ??
سؤال
When multiple style rules select the same element and specify different values, CSS rules calculate the selector's ____, which is its priority relative to other selectors.

A) precedence
B) order
C) availability
D) specificity
سؤال
A(n) ____ style is a style rule inserted into the opening tag of an element using the style attribute.

A) online
B) outline
C) inline
D) code line
سؤال
The ____ selector specifies a series of nested elements and selects the final, most deeply nested element.

A) direct child
B) next sibling
C) direct next sibling
D) descendant
سؤال
Because the contents of an external style sheet are written entirely in CSS, the file uses the extension ____.

A) .cs
B) .css
C) .hcss
D) .ecss
سؤال
If multiple rules applied to the same element specify values for the same attribute, the value from the ____ rule in the style sheet is applied.

A) first
B) last
C) Either A or B.
D) Neither A nor B.
سؤال
The values for the ____ and type attributes specify that user agents should read the external document as a style sheet written in CSS.

A) ref
B) res
C) rem
D) rel
سؤال
Changing an inline style requires locating the style ____.

A) within HTML code
B) within an embedded style sheet
C) within an external style sheet
D) None of the above.
سؤال
Sometimes you want to assign the same declaration to multiple selectors.  To do this, type the selectors with a ____ after each one except the last.

A) colon
B) comma
C) semi-colon
D) period
سؤال
An ____ style sheet,  is a separate file containing style information that multiple web pages can link to.

A) internal
B) Internet
C) external
D) extended
سؤال
The ____ attribute determines the horizontal alignment of text.

A) text-center
B) text-align
C) text-margin
D) text-placement
سؤال
A class selector consists of a ____ followed by a class attribute value.

A) colon
B) comma
C) period
D) semi-colon
سؤال
In CSS code, any text between ____ is treated as a comment and ignored by user agents.

A) /* and */
B) / and /
C) "* and *"
D) !
سؤال
The ____ attribute creates blank space between the div element and elements nested inside it.

A) margins
B) distribution
C) padding
D) spacing
سؤال
Case-Based Critical Thinking Question
Tim just started working as an intern for a local television station. He is responsible for maintaining the station's website, and he is learning CSS as fast as he can.
When working on the horizontal alignment of text, Tim wants the article paragraph to use the same text-alignment as the enclosing element so he uses the ______ text-align value.

A) center
B) justify
C) inherit
D) left
سؤال
Case-Based Critical Thinking Question
Beverly is creating a website to document her trip to Spain.  Her friend, Gail, gives her a cheat sheet of useful CSS tips.
Gail's tip sheet states reminds her to use a(n) ____ before each class selector.

A) *
B) #
C) .
D) !
سؤال
<strong>  Some developers prefer to keep all declarations on the same line as the selector, as shown in the ____ in the figure above.</strong> A) bottom image B) top image C) Both A and B. D) Neither A nor B. <div style=padding-top: 35px>
Some developers prefer to keep all declarations on the same line as the selector, as shown in the ____ in the figure above.

A) bottom image
B) top image
C) Both A and B.
D) Neither A nor B.
سؤال
<strong>  In the figure above, item _____ points to a style rule that is not applied to the selected element. </strong> A) 1 B) 2 C) 3 D) 4 <div style=padding-top: 35px>
In the figure above, item _____ points to a style rule that is not applied to the selected element. 

A) 1
B) 2
C) 3
D) 4
سؤال
Case-Based Critical Thinking Question
Beverly is creating a website to document her trip to Spain.  Her friend, Gail, gives her a cheat sheet of useful CSS tips.
The tip sheet also reminds her to start each id selector with a(n) ______ .

A) *
B) #
C) .
D) !
سؤال
<strong>  In the figure above, a(n) ____ was used to obtain the consistent look and feel between the web pages.</strong> A) inline stylesheet B) embedded stylesheet C) external stylesheet D) W3C compliant stylesheet <div style=padding-top: 35px>
In the figure above, a(n) ____ was used to obtain the consistent look and feel between the web pages.

A) inline stylesheet
B) embedded stylesheet
C) external stylesheet
D) W3C compliant stylesheet
سؤال
Case-Based Critical Thinking Question
Tim just started working as an intern for a local television station. He is responsible for maintaining the station's website, and he is learning CSS as fast as he can.
Tim wants his selector to show that an element is a direct child of another element so he uses _____ between the elements in his selector.

A) #
B) >
C) $
D) *
سؤال
  In the figure above, which lines of code set the formatting for the footer?<div style=padding-top: 35px>
In the figure above, which lines of code set the formatting for the footer?
سؤال
<strong>  The figures above show _____ .</strong> A) inline styles B) inheritance C) embedded styles D) style rules <div style=padding-top: 35px>
The figures above show _____ .

A) inline styles
B) inheritance
C) embedded styles
D) style rules
سؤال
<strong>  Some developers prefer to give each declaration its own line, often indented beneath its selector, as shown in the ____ in the figure above.</strong> A) bottom image B) top image C) Both A and B. D) Neither A nor B. <div style=padding-top: 35px>
Some developers prefer to give each declaration its own line, often indented beneath its selector, as shown in the ____ in the figure above.

A) bottom image
B) top image
C) Both A and B.
D) Neither A nor B.
سؤال
<strong>  In the figure above, item ____ shows style rule(s) applied to multiple selectors.</strong> A) 1 B) 2 C) 3 D) 4 <div style=padding-top: 35px>
In the figure above, item ____ shows style rule(s) applied to multiple selectors.

A) 1
B) 2
C) 3
D) 4
سؤال
<strong>  In the figure above, item ____ shows style rule(s) applied to the body element.</strong> A) 1 B) 2 C) 3 D) 4 <div style=padding-top: 35px>
In the figure above, item ____ shows style rule(s) applied to the body element.

A) 1
B) 2
C) 3
D) 4
سؤال
  In the figure above, which lines of code set the style for the header?<div style=padding-top: 35px>
In the figure above, which lines of code set the style for the header?
سؤال
<strong>  In the figure above, the paragraphs pointed to by the red arrows are formatted the same way because they _____ .</strong> A) are linked B) share an id C) belong to the same class D) have the same href value <div style=padding-top: 35px>
In the figure above, the paragraphs pointed to by the red arrows are formatted the same way because they _____ .

A) are linked
B) share an id
C) belong to the same class
D) have the same href value
سؤال
The same ____ attribute can be applied to one element or to multiple elements.

A) id
B) class
C) style
D) type
سؤال
<strong>  In the figure above, item ____ shows style rule(s) applied to a class .</strong> A) 1 B) 2 C) 3 D) 4 <div style=padding-top: 35px>
In the figure above, item ____ shows style rule(s) applied to a class .

A) 1
B) 2
C) 3
D) 4
سؤال
You add CSS to an HTML document by inserting style ________________, which are lines or blocks of CSS code that specify the presentation of Web page elements.
سؤال
Case-Based Critical Thinking Question
Tim just started working as an intern for a local television station. He is responsible for maintaining the station's website, and he is learning CSS as fast as he can.
Tim discovers, through trial and error, that he cannot assign the same id value to multiple elements. He quickly changes his strategy and uses a(n) ______ attribute instead.

A) class
B) type
C) div
D) named
سؤال
<strong>  In the figure above, item ____ shows style rule(s) applied to an id selector.</strong> A) 1 B) 2 C) 3 D) 4 <div style=padding-top: 35px>
In the figure above, item ____ shows style rule(s) applied to an id selector.

A) 1
B) 2
C) 3
D) 4
سؤال
<strong>  In the figure above, item _____ points to the style rules for the selected element.</strong> A) 1 B) 2 C) 3 D) 4 <div style=padding-top: 35px>
In the figure above, item _____ points to the style rules for the selected element.

A) 1
B) 2
C) 3
D) 4
سؤال
Match between columns
file extension for a stylesheet
href
file extension for a stylesheet
rel
file extension for a stylesheet
.css
specifies the file name of the linked file
href
specifies the file name of the linked file
rel
specifies the file name of the linked file
.css
indicates the type of content in the linked file
href
indicates the type of content in the linked file
rel
indicates the type of content in the linked file
.css
سؤال
What are developer tools? Why might you use them?
سؤال
Match between columns
A style rule inserted into the opening tag of an element using the style attribute
external
A style rule inserted into the opening tag of an element using the style attribute
embedded
A style rule inserted into the opening tag of an element using the style attribute
inline
A separate file containing style information that multiple web pages can link to
external
A separate file containing style information that multiple web pages can link to
embedded
A separate file containing style information that multiple web pages can link to
inline
Consists of CSS style rules entered in the head element of an HTML document
external
Consists of CSS style rules entered in the head element of an HTML document
embedded
Consists of CSS style rules entered in the head element of an HTML document
inline
سؤال
The most general selectors are the names of HTML elements, such as h1 or p , which are known as ________________ selectors.
سؤال
In what situation(s) should you use an id selector? What is the syntax of an id selector.
سؤال
Name and describe the two parts of a style rule.
سؤال
A class ________________ creates a style rule based on values assigned to elements using the HTML class attribute.
سؤال
The _____ attribute limits a given value to a single instance in a web page.

A)id
B)solo
C)single
D)div
سؤال
HTML allows you to add the ________________ attribute to the opening tag for an element to give the element a name.
سؤال
A(n) ________________ style sheet is a section of CSS code entered in the head element of an HTML document.
سؤال
When multiple style rules select the same element and specify different values for the same property, CSS uses availability rules for determining which declaration applies to the element.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/71
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 3: Getting Started With Css
1
An inline style rule is a style rule inserted into the opening tag of an element using the style attribute._________________________
True
2
A(n) id selector allows you to apply a style rule to an unlimited number of separate elements.  _________________________
False
3
You insert CSS code in a style element with a(n) attribute specifying that the contents are written in CSS._________________________
True
4
A selector identifies the HTML element to which a declaration applies.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
5
Using a process known as inheritance , declarations are applied to all descendant elements of selected elements. ________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
6
CSS3 defines a set of elements that serve the same function as the div element but that include semantic value.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
7
There is a limit of 100 element types that can be included in a single rule.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
8
Selectors can be based on  ____.

A) element type
B) id
C) class
D) All of the above.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
9
The default value of text-align is " center ."_________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
10
When working with a style rule, one or more _______ follow the selector(s); each specifies a CSS attribute to apply to the selector(s) and the value to assign to the attribute.

A) properties
B) attributes
C) declarations
D) types
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
11
Each declaration ends with a period.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
12
Multiple selectors are separated by semicolons .  _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
13
Style rules are lines or blocks of CSS code that specify the presentation of web page elements.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
14
When writing CSS code, each declaration must start on its own line.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
15
The d iv  attribute can be added to the opening tag for an element to give the element a unique identity. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
16
Web page rendering engines recognize declarations after a selector as starting after an opening curly brace.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
17
A style rule is composed of five main parts.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
18
Only one element in an HTML document can have a given id attribute value.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
19
The style rule starts with one or more pairs , which identify the HTML element or elements to which the style rule applies. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
20
Edits made to a declaration using browser tools do not change your saved stylesheet. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
21
The ____ attribute specifies the filename of the external style sheet.

A) ref
B) href
C) source
D) hsource
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
22
To apply the style rules in a stylesheet to every page on a web site, you add a(n) _____ element to each HTML document.

A) apply
B) link
C) inherit
D) div
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
23
A single HTML element is limited to ____ attributes.

A) 24
B) 48
C) 96
D) There is no limit.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
24
To create the presentation of elements in a single web page, you can create a(n) _____ .

A) inline style
B) embedded style sheet
C) external style sheet
D) shorthand style
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
25
An id selector is simply a pound sign (#) followed by the id ____ for the element.

A) name
B) alignment
C) contact
D) value
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
26
An id attribute value can be assigned to ______ element(s).

A) one
B) two
C) five
D) an unlimited number
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
27
A CSS comment starts with _____ .

A) #
B) @
C) /*
D) ??
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
28
When multiple style rules select the same element and specify different values, CSS rules calculate the selector's ____, which is its priority relative to other selectors.

A) precedence
B) order
C) availability
D) specificity
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
29
A(n) ____ style is a style rule inserted into the opening tag of an element using the style attribute.

A) online
B) outline
C) inline
D) code line
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
30
The ____ selector specifies a series of nested elements and selects the final, most deeply nested element.

A) direct child
B) next sibling
C) direct next sibling
D) descendant
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
31
Because the contents of an external style sheet are written entirely in CSS, the file uses the extension ____.

A) .cs
B) .css
C) .hcss
D) .ecss
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
32
If multiple rules applied to the same element specify values for the same attribute, the value from the ____ rule in the style sheet is applied.

A) first
B) last
C) Either A or B.
D) Neither A nor B.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
33
The values for the ____ and type attributes specify that user agents should read the external document as a style sheet written in CSS.

A) ref
B) res
C) rem
D) rel
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
34
Changing an inline style requires locating the style ____.

A) within HTML code
B) within an embedded style sheet
C) within an external style sheet
D) None of the above.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
35
Sometimes you want to assign the same declaration to multiple selectors.  To do this, type the selectors with a ____ after each one except the last.

A) colon
B) comma
C) semi-colon
D) period
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
36
An ____ style sheet,  is a separate file containing style information that multiple web pages can link to.

A) internal
B) Internet
C) external
D) extended
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
37
The ____ attribute determines the horizontal alignment of text.

A) text-center
B) text-align
C) text-margin
D) text-placement
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
38
A class selector consists of a ____ followed by a class attribute value.

A) colon
B) comma
C) period
D) semi-colon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
39
In CSS code, any text between ____ is treated as a comment and ignored by user agents.

A) /* and */
B) / and /
C) "* and *"
D) !
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
40
The ____ attribute creates blank space between the div element and elements nested inside it.

A) margins
B) distribution
C) padding
D) spacing
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
41
Case-Based Critical Thinking Question
Tim just started working as an intern for a local television station. He is responsible for maintaining the station's website, and he is learning CSS as fast as he can.
When working on the horizontal alignment of text, Tim wants the article paragraph to use the same text-alignment as the enclosing element so he uses the ______ text-align value.

A) center
B) justify
C) inherit
D) left
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
42
Case-Based Critical Thinking Question
Beverly is creating a website to document her trip to Spain.  Her friend, Gail, gives her a cheat sheet of useful CSS tips.
Gail's tip sheet states reminds her to use a(n) ____ before each class selector.

A) *
B) #
C) .
D) !
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
43
<strong>  Some developers prefer to keep all declarations on the same line as the selector, as shown in the ____ in the figure above.</strong> A) bottom image B) top image C) Both A and B. D) Neither A nor B.
Some developers prefer to keep all declarations on the same line as the selector, as shown in the ____ in the figure above.

A) bottom image
B) top image
C) Both A and B.
D) Neither A nor B.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
44
<strong>  In the figure above, item _____ points to a style rule that is not applied to the selected element. </strong> A) 1 B) 2 C) 3 D) 4
In the figure above, item _____ points to a style rule that is not applied to the selected element. 

A) 1
B) 2
C) 3
D) 4
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
45
Case-Based Critical Thinking Question
Beverly is creating a website to document her trip to Spain.  Her friend, Gail, gives her a cheat sheet of useful CSS tips.
The tip sheet also reminds her to start each id selector with a(n) ______ .

A) *
B) #
C) .
D) !
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
46
<strong>  In the figure above, a(n) ____ was used to obtain the consistent look and feel between the web pages.</strong> A) inline stylesheet B) embedded stylesheet C) external stylesheet D) W3C compliant stylesheet
In the figure above, a(n) ____ was used to obtain the consistent look and feel between the web pages.

A) inline stylesheet
B) embedded stylesheet
C) external stylesheet
D) W3C compliant stylesheet
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
47
Case-Based Critical Thinking Question
Tim just started working as an intern for a local television station. He is responsible for maintaining the station's website, and he is learning CSS as fast as he can.
Tim wants his selector to show that an element is a direct child of another element so he uses _____ between the elements in his selector.

A) #
B) >
C) $
D) *
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
48
  In the figure above, which lines of code set the formatting for the footer?
In the figure above, which lines of code set the formatting for the footer?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
49
<strong>  The figures above show _____ .</strong> A) inline styles B) inheritance C) embedded styles D) style rules
The figures above show _____ .

A) inline styles
B) inheritance
C) embedded styles
D) style rules
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
50
<strong>  Some developers prefer to give each declaration its own line, often indented beneath its selector, as shown in the ____ in the figure above.</strong> A) bottom image B) top image C) Both A and B. D) Neither A nor B.
Some developers prefer to give each declaration its own line, often indented beneath its selector, as shown in the ____ in the figure above.

A) bottom image
B) top image
C) Both A and B.
D) Neither A nor B.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
51
<strong>  In the figure above, item ____ shows style rule(s) applied to multiple selectors.</strong> A) 1 B) 2 C) 3 D) 4
In the figure above, item ____ shows style rule(s) applied to multiple selectors.

A) 1
B) 2
C) 3
D) 4
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
52
<strong>  In the figure above, item ____ shows style rule(s) applied to the body element.</strong> A) 1 B) 2 C) 3 D) 4
In the figure above, item ____ shows style rule(s) applied to the body element.

A) 1
B) 2
C) 3
D) 4
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
53
  In the figure above, which lines of code set the style for the header?
In the figure above, which lines of code set the style for the header?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
54
<strong>  In the figure above, the paragraphs pointed to by the red arrows are formatted the same way because they _____ .</strong> A) are linked B) share an id C) belong to the same class D) have the same href value
In the figure above, the paragraphs pointed to by the red arrows are formatted the same way because they _____ .

A) are linked
B) share an id
C) belong to the same class
D) have the same href value
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
55
The same ____ attribute can be applied to one element or to multiple elements.

A) id
B) class
C) style
D) type
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
56
<strong>  In the figure above, item ____ shows style rule(s) applied to a class .</strong> A) 1 B) 2 C) 3 D) 4
In the figure above, item ____ shows style rule(s) applied to a class .

A) 1
B) 2
C) 3
D) 4
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
57
You add CSS to an HTML document by inserting style ________________, which are lines or blocks of CSS code that specify the presentation of Web page elements.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
58
Case-Based Critical Thinking Question
Tim just started working as an intern for a local television station. He is responsible for maintaining the station's website, and he is learning CSS as fast as he can.
Tim discovers, through trial and error, that he cannot assign the same id value to multiple elements. He quickly changes his strategy and uses a(n) ______ attribute instead.

A) class
B) type
C) div
D) named
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
59
<strong>  In the figure above, item ____ shows style rule(s) applied to an id selector.</strong> A) 1 B) 2 C) 3 D) 4
In the figure above, item ____ shows style rule(s) applied to an id selector.

A) 1
B) 2
C) 3
D) 4
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
60
<strong>  In the figure above, item _____ points to the style rules for the selected element.</strong> A) 1 B) 2 C) 3 D) 4
In the figure above, item _____ points to the style rules for the selected element.

A) 1
B) 2
C) 3
D) 4
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
61
Match between columns
file extension for a stylesheet
href
file extension for a stylesheet
rel
file extension for a stylesheet
.css
specifies the file name of the linked file
href
specifies the file name of the linked file
rel
specifies the file name of the linked file
.css
indicates the type of content in the linked file
href
indicates the type of content in the linked file
rel
indicates the type of content in the linked file
.css
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
62
What are developer tools? Why might you use them?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
63
Match between columns
A style rule inserted into the opening tag of an element using the style attribute
external
A style rule inserted into the opening tag of an element using the style attribute
embedded
A style rule inserted into the opening tag of an element using the style attribute
inline
A separate file containing style information that multiple web pages can link to
external
A separate file containing style information that multiple web pages can link to
embedded
A separate file containing style information that multiple web pages can link to
inline
Consists of CSS style rules entered in the head element of an HTML document
external
Consists of CSS style rules entered in the head element of an HTML document
embedded
Consists of CSS style rules entered in the head element of an HTML document
inline
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
64
The most general selectors are the names of HTML elements, such as h1 or p , which are known as ________________ selectors.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
65
In what situation(s) should you use an id selector? What is the syntax of an id selector.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
66
Name and describe the two parts of a style rule.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
67
A class ________________ creates a style rule based on values assigned to elements using the HTML class attribute.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
68
The _____ attribute limits a given value to a single instance in a web page.

A)id
B)solo
C)single
D)div
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
69
HTML allows you to add the ________________ attribute to the opening tag for an element to give the element a name.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
70
A(n) ________________ style sheet is a section of CSS code entered in the head element of an HTML document.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
71
When multiple style rules select the same element and specify different values for the same property, CSS uses availability rules for determining which declaration applies to the element.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 71 في هذه المجموعة.