Deck 4: Designing Webpages With Css

ملء الشاشة (f)
exit full mode
سؤال
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
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
A _____ rule is a rule that defines the appearance of an element on a webpage.

A) cascade
B) syntax
C) semantic
D) style
سؤال
The font-weight property takes the value _____.

A) oblique
B) normal
C) bolder
D) justify
سؤال
The best practice is to apply _____ styles when one wants to control the style of content within one pair of Hypertext Markup Language (HTML) tags.

A) embedded
B) disc
C) inline
D) external
سؤال
_____ 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
سؤال
Mike decides to use the Cascading Style Sheets (CSS) list-style properties to create the list of all the grocery goods offered by the online store. Which of the following style rules is accurate if Mike wants to define a filled square bullet for an unordered list of all the grocery items?

A) uli { style-rule: square bullet type; }
B) ul { list-style-type: square; } ol
C) ul { list-style-type: square; }
D) { list-style-type: square; }
سؤال
The first step while using an _____ style sheet is to use a text editor to create and save a document with a .css extension.

A) external
B) embedded
C) internal
D) inline
سؤال
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
سؤال
The _____ property describes specific and general font names.

A) font-text
B) font-style
C) font-names
D) font-family
سؤال
In the context of a style rule including a selector and a declaration, _____ formats h1 elements using blue text.

A) color=blue
B) h1 {color: blue;}
C) {color: blue}
D) h1 (color=blue;)
سؤال
When more than one value is provided for the font-family property, the additional values are called _____ values.

A) fallback
B) supplementary
C) rollover
D) add-on
سؤال
Mike wants to further enhance the look of the webpage. He decides to display an image of some of the highly rated products beside the grocery list items instead of a standard bullet. On acquiring the required image from the owner of FreshGroceries, Mike saves it as a file named grocery. p n g. Which of the following style rules should be used to define the use of this image as a bullet for the unordered lists?

A) uli { image-style-rule: (grocery. P n g); }
B) ul { list-style-image: url(grocery. P n g); }
C) ul { list-style-type: image(grocery. P n g); }
D) { list-style-type: (grocery. P n g) ; }
سؤال
If one wants to format the content in the div id="container" section, then #container should be used as a(n) _____.

A) declaration
B) anchor
C) definition
D) selector
سؤال
The declaration _____ indicates that the primary font that the browser tries to use is the Cambria font.

A) font-family: Cambria;
B) font-family: "serif", Times New Roman, Cambria;
C) font-family: Cambria, "Times New Roman", serif;
D) font-family: pr, "Times New Roman", serif;
سؤال
_____ elements are displayed without line breaks so they flow within the same line.

A) Inline
B) Header
C) Block
D) Nav
سؤال
The hexadecimal value 0000FF specifies a _____.

A) color that is a mixture of red and green
B) pure blue color
C) color that is a mixture of blue and green
D) pure green color
سؤال
The span tag (span) and the anchor tag (a) are examples of _____ elements.

A) header
B) inline
C) block
D) nav
سؤال
The _____ separates the padding and the margin of a block element.

A) header
B) footer
C) separator
D) border
سؤال
Style sheets are said to _____ because each type of style has a specified level of precedence in relationship to the others.

A) embed
B) cascade
C) merge
D) unite
سؤال
The _____ property rounds the corners of a block element's border.

A) border
B) border-style
C) border-radius
D) box-shadow
سؤال
The best practice is to apply an inline style sheet when one wants to change the style of one page.
سؤال
One of four values--left (the default), center, right, or justify--can be used by the _____ property.

A) display
B) margin-padding
C) text-align
D) box-shadow
سؤال
To style the div id="container" element, _____ is used as the selector.

A) .container
B) #container
C) :container
D) %container
سؤال
When a Cascading Style Sheets (CSS) document is _____, it confirms that all of the code is correct and follows the established rules for CSS.

A) authenticated
B) compiled
C) pipelined
D) validated
سؤال
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
سؤال
The style rule used to set the same font family property and values for the header, nav, and footer elements is _____.header, nav, footer font-family/Calibri, Arial, sans-serif;

A) { font-family: Calibri, Arial, sans-serif; }
B) header, nav, footer Calibri, Arial, sans-serif;
C) header, nav, footer { font-family: Calibri, Arial, sans-serif; }
D) {header, nav, footer}
سؤال
The declaration of a Cascading Style Sheets (CSS) rule includes at least one property to apply to the selected element.
سؤال
The _____ attribute of a link element uses the stylesheet value to indicate that a document is linked to a style sheet.

A) rel
B) lnk
C) href
D) span
سؤال
The correct representation of a Cascading Style Sheets (CSS) comment is _____.

A) //* Place your comment here *//
B) * Place your comment here *
C) /* Place your comment here */
D) */ Place your comment here /*
سؤال
Using the _____ property, to center all of the elements so that a page appears centered within a browser window, one should create styles to set the left and right margins to auto.

A) display
B) margin
C) text-align
D) box-shadow
سؤال
With a(n) _____ style, one adds a style to the start tag for an element.

A) embedded
B) inline
C) semantic
D) external
سؤال
The first version of Cascading Style Sheets (CSS) included styles to control the positioning of elements.
سؤال
_____ can provide additional information about the area where styles are applied or other helpful explanations, such as what the styles do.

A) Header notes
B) Comments
C) Wraps
D) Footer notes
سؤال
When errors are detected in a Cascading Style Sheets (CSS) file, the _____ provides information about the location of each error so that one can identify and correct them.

A) validator
B) evaluator
C) compiler
D) decoder
سؤال
External styles defeat the purpose and advantages of separating style from content, so they should be used sparingly.
سؤال
The _____ property can be used to remove the float effect if one does not want text to wrap around an image.

A) display
B) padding
C) text-align
D) clear
سؤال
An _____ style takes precedence over other styles defined in a style sheet.

A) embedded
B) external
C) inline
D) internal
سؤال
Identify the rule that centers an h1 element.

A) h1 { text-align: center; }
B) text-align: center ;
C) { align: center; }
D) h1 { align: center; }
سؤال
To create a class selector, the style rule should begin with a _____ followed by the class attribute value.

A) semicolon
B) comma
C) period
D) hash tag
سؤال
Using _____ as the value for the list-style-position property displays the bullet or number within the list's content block.

A) inside
B) padded
C) parallel
D) composed
سؤال
Block elements can contain inline elements.
سؤال
An external style sheet is used when one wants to create styles for a single webpage that are different from the rest of the website.
سؤال
The selector of a Cascading Style Sheets (CSS) rule defines the exact formatting of a style.
سؤال
In h1 Special Note/h1, the _____ is everything between the quotation marks.

A) tagging note
B) embedded style tag
C) style rule
D) marked-up text
سؤال
External style sheets do not contain any Hypertext Markup Language (HTML) tags.
سؤال
The color code for white in the RGB (Red, Green, Blue) notation is rgb(0,0,0).
سؤال
Websites developed with Hypertext Markup Language (HTML) 5 alone can be functional, but they lack the important element of visual appeal.
سؤال
After a Cascading Style Sheets (CSS) file is created, it must be linked to all the webpages that will use its styles.
سؤال
Style sheets restrict a web designer from easily rebranding a website.
سؤال
An embedded style sheet takes precedence over an external style sheet.
سؤال
The nav element is used to group inline elements.
سؤال
For the border-style property, the horizontal and vertical offset measurements must be specified.
سؤال
In the context of style sheet precedence, external styles beat embedded styles and embedded styles beat inline styles.
سؤال
According to the World Wide Web Consortium (W3C), with Hypertext Markup Language (HTML) 5, using the type attribute within a link element is essential.
سؤال
If a website template is linked to a style sheet file, then any new pages created from the template will already be linked to the style sheet.
سؤال
The sides of the Cascading Style Sheets (CSS) box model are referred to in counterclockwise order: left, right, bottom, and top.
سؤال
An id descriptor uses the id attribute value of a Hypertext Markup Language (HTML) element to select a single element.
سؤال
When a style is changed in an embedded stylesheet, it automatically applies the change to every page linked to that style sheet.
سؤال
To style class="mobile", #mobile must be used as the selector.
سؤال
An internal style sheet is also known as a(n) _____ style sheet.

A) embedded
B) sequential
C) inline
D) insync
سؤال
Match between columns
In an inline style, it is used to add a style to the start tag for an element, such as a heading or paragraph.
Hexadecimal
In an inline style, it is used to add a style to the start tag for an element, such as a heading or paragraph.
Padding
In an inline style, it is used to add a style to the start tag for an element, such as a heading or paragraph.
Hypertext Markup Language (HTML)
In an inline style, it is used to add a style to the start tag for an element, such as a heading or paragraph.
Cascading Style Sheets (CSS)
In an inline style, it is used to add a style to the start tag for an element, such as a heading or paragraph.
Style sheet
In an inline style, it is used to add a style to the start tag for an element, such as a heading or paragraph.
Style attribute
In an inline style, it is used to add a style to the start tag for an element, such as a heading or paragraph.
External style sheet
In an inline style, it is used to add a style to the start tag for an element, such as a heading or paragraph.
Declaration
In an inline style, it is used to add a style to the start tag for an element, such as a heading or paragraph.
em
In an inline style, it is used to add a style to the start tag for an element, such as a heading or paragraph.
Link
This unit is relative to the default font size of an element.
Hexadecimal
This unit is relative to the default font size of an element.
Padding
This unit is relative to the default font size of an element.
Hypertext Markup Language (HTML)
This unit is relative to the default font size of an element.
Cascading Style Sheets (CSS)
This unit is relative to the default font size of an element.
Style sheet
This unit is relative to the default font size of an element.
Style attribute
This unit is relative to the default font size of an element.
External style sheet
This unit is relative to the default font size of an element.
Declaration
This unit is relative to the default font size of an element.
em
This unit is relative to the default font size of an element.
Link
It is used to determine the formatting for a webpage.
Hexadecimal
It is used to determine the formatting for a webpage.
Padding
It is used to determine the formatting for a webpage.
Hypertext Markup Language (HTML)
It is used to determine the formatting for a webpage.
Cascading Style Sheets (CSS)
It is used to determine the formatting for a webpage.
Style sheet
It is used to determine the formatting for a webpage.
Style attribute
It is used to determine the formatting for a webpage.
External style sheet
It is used to determine the formatting for a webpage.
Declaration
It is used to determine the formatting for a webpage.
em
It is used to determine the formatting for a webpage.
Link
It is a text file with the .css file extension.
Hexadecimal
It is a text file with the .css file extension.
Padding
It is a text file with the .css file extension.
Hypertext Markup Language (HTML)
It is a text file with the .css file extension.
Cascading Style Sheets (CSS)
It is a text file with the .css file extension.
Style sheet
It is a text file with the .css file extension.
Style attribute
It is a text file with the .css file extension.
External style sheet
It is a text file with the .css file extension.
Declaration
It is a text file with the .css file extension.
em
It is a text file with the .css file extension.
Link
This element uses the attributes rel and href .
Hexadecimal
This element uses the attributes rel and href .
Padding
This element uses the attributes rel and href .
Hypertext Markup Language (HTML)
This element uses the attributes rel and href .
Cascading Style Sheets (CSS)
This element uses the attributes rel and href .
Style sheet
This element uses the attributes rel and href .
Style attribute
This element uses the attributes rel and href .
External style sheet
This element uses the attributes rel and href .
Declaration
This element uses the attributes rel and href .
em
This element uses the attributes rel and href .
Link
It is a combination of the base-16 numbering system, which includes letters A through A)Style attribute
Hexadecimal
It is a combination of the base-16 numbering system, which includes letters A through A)Style attribute
Padding
It is a combination of the base-16 numbering system, which includes letters A through A)Style attribute
Hypertext Markup Language (HTML)
It is a combination of the base-16 numbering system, which includes letters A through A)Style attribute
Cascading Style Sheets (CSS)
It is a combination of the base-16 numbering system, which includes letters A through A)Style attribute
Style sheet
It is a combination of the base-16 numbering system, which includes letters A through A)Style attribute
Style attribute
It is a combination of the base-16 numbering system, which includes letters A through A)Style attribute
External style sheet
It is a combination of the base-16 numbering system, which includes letters A through A)Style attribute
Declaration
It is a combination of the base-16 numbering system, which includes letters A through A)Style attribute
em
It is a combination of the base-16 numbering system, which includes letters A through A)Style attribute
Link
It consists of a property and a value, separated by a colon and followed by a semicolon.
Hexadecimal
It consists of a property and a value, separated by a colon and followed by a semicolon.
Padding
It consists of a property and a value, separated by a colon and followed by a semicolon.
Hypertext Markup Language (HTML)
It consists of a property and a value, separated by a colon and followed by a semicolon.
Cascading Style Sheets (CSS)
It consists of a property and a value, separated by a colon and followed by a semicolon.
Style sheet
It consists of a property and a value, separated by a colon and followed by a semicolon.
Style attribute
It consists of a property and a value, separated by a colon and followed by a semicolon.
External style sheet
It consists of a property and a value, separated by a colon and followed by a semicolon.
Declaration
It consists of a property and a value, separated by a colon and followed by a semicolon.
em
It consists of a property and a value, separated by a colon and followed by a semicolon.
Link
It is the passive white space between the content and the border of a block element.
Hexadecimal
It is the passive white space between the content and the border of a block element.
Padding
It is the passive white space between the content and the border of a block element.
Hypertext Markup Language (HTML)
It is the passive white space between the content and the border of a block element.
Cascading Style Sheets (CSS)
It is the passive white space between the content and the border of a block element.
Style sheet
It is the passive white space between the content and the border of a block element.
Style attribute
It is the passive white space between the content and the border of a block element.
External style sheet
It is the passive white space between the content and the border of a block element.
Declaration
It is the passive white space between the content and the border of a block element.
em
It is the passive white space between the content and the border of a block element.
Link
It provides the structural foundation of a webpage.
Hexadecimal
It provides the structural foundation of a webpage.
Padding
It provides the structural foundation of a webpage.
Hypertext Markup Language (HTML)
It provides the structural foundation of a webpage.
Cascading Style Sheets (CSS)
It provides the structural foundation of a webpage.
Style sheet
It provides the structural foundation of a webpage.
Style attribute
It provides the structural foundation of a webpage.
External style sheet
It provides the structural foundation of a webpage.
Declaration
It provides the structural foundation of a webpage.
em
It provides the structural foundation of a webpage.
Link
It is the set of style rules included in a section of an HTML document or in a separate file.
Hexadecimal
It is the set of style rules included in a section of an HTML document or in a separate file.
Padding
It is the set of style rules included in a section of an HTML document or in a separate file.
Hypertext Markup Language (HTML)
It is the set of style rules included in a section of an HTML document or in a separate file.
Cascading Style Sheets (CSS)
It is the set of style rules included in a section of an HTML document or in a separate file.
Style sheet
It is the set of style rules included in a section of an HTML document or in a separate file.
Style attribute
It is the set of style rules included in a section of an HTML document or in a separate file.
External style sheet
It is the set of style rules included in a section of an HTML document or in a separate file.
Declaration
It is the set of style rules included in a section of an HTML document or in a separate file.
em
It is the set of style rules included in a section of an HTML document or in a separate file.
Link
سؤال
Applying a shadow to website elements diminishes design quality.
سؤال
Explain why style sheets were created. Include in your response definitions of the following terms: style, Cascading Style Sheets, inline style, embedded style sheet, and external style sheet.
سؤال
Explain the Cascading Style Sheets (CSS) box model. Include descriptions of the margin, border, and padding along with examples in the explanation.
سؤال
The justify value of the text-align property is used to center content within an element.
سؤال
If you float an element, neighboring elements will also be affected by the float.
سؤال
Explain the formatting task involving the creation of style rules for Hypertext Markup Language (HTML) 5 structural elements.
سؤال
An embedded style sheet includes the style sheet within the _____ tags of the HTML document.

A) body> and B) head> and C) html> and D) style> and
سؤال
Header, nav, main, and footer are all examples of block elements. 
سؤال
Jenny decides to create an individual webpage for displaying the types of appliances manufactured by the company. She wants to give this webpage a style that is different from the rest of the website. Which of the following Cascading Style Sheets (CSS) styles should Jenny use if she wants to set the background color for the body section to green for the current webpage alone?

A) external
B) inline
C) embedded
D) linked
سؤال
Jenny wants to enhance the look of the webpage by formatting individual sections of the webpage. Which of the following Cascading Style Sheets (CSS) styles should Jenny use so that the style changes the content marked up by a specific pair of tags but does not affect other content in the document?

A) external
B) internal
C) embedded
D) inline
سؤال
The valid values for the float property are top and bottom , indicating where to display (or float) the element.
سؤال
A(n) _____ style sheet   is a CSS file that contains all of the styles you want to apply to more than one page in the website.

A) embedded
B) disc
C) inline
D) external
سؤال
While creating style rules for Hypertext Markup Language (HTML) 5 structural elements, all the structural sections should be formatted using the display property.
سؤال
The code:headtitleMy Website/titlestylebody {                       background-color: green;           }           /style           /headexemplifies a(n) _____ style sheet where the style rule is placed between the opening style and closing /style tags.

A) embedded
B) external
C) inline
D) linked
سؤال
The default value for the list-style-position property is inside, which displays the list item with a bullet or number inside the list's content block.
سؤال
An external style sheet is also called a(n) _____ style sheet.

A) embedded
B) insync
C) inline
D) linked
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/77
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 4: Designing Webpages With Css
1
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
2
A _____ rule is a rule that defines the appearance of an element on a webpage.

A) cascade
B) syntax
C) semantic
D) style
D
3
The font-weight property takes the value _____.

A) oblique
B) normal
C) bolder
D) justify
C
4
The best practice is to apply _____ styles when one wants to control the style of content within one pair of Hypertext Markup Language (HTML) tags.

A) embedded
B) disc
C) inline
D) external
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
5
_____ 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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
6
Mike decides to use the Cascading Style Sheets (CSS) list-style properties to create the list of all the grocery goods offered by the online store. Which of the following style rules is accurate if Mike wants to define a filled square bullet for an unordered list of all the grocery items?

A) uli { style-rule: square bullet type; }
B) ul { list-style-type: square; } ol
C) ul { list-style-type: square; }
D) { list-style-type: square; }
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
7
The first step while using an _____ style sheet is to use a text editor to create and save a document with a .css extension.

A) external
B) embedded
C) internal
D) inline
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
8
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
9
The _____ property describes specific and general font names.

A) font-text
B) font-style
C) font-names
D) font-family
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
10
In the context of a style rule including a selector and a declaration, _____ formats h1 elements using blue text.

A) color=blue
B) h1 {color: blue;}
C) {color: blue}
D) h1 (color=blue;)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
11
When more than one value is provided for the font-family property, the additional values are called _____ values.

A) fallback
B) supplementary
C) rollover
D) add-on
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
12
Mike wants to further enhance the look of the webpage. He decides to display an image of some of the highly rated products beside the grocery list items instead of a standard bullet. On acquiring the required image from the owner of FreshGroceries, Mike saves it as a file named grocery. p n g. Which of the following style rules should be used to define the use of this image as a bullet for the unordered lists?

A) uli { image-style-rule: (grocery. P n g); }
B) ul { list-style-image: url(grocery. P n g); }
C) ul { list-style-type: image(grocery. P n g); }
D) { list-style-type: (grocery. P n g) ; }
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
13
If one wants to format the content in the div id="container" section, then #container should be used as a(n) _____.

A) declaration
B) anchor
C) definition
D) selector
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
14
The declaration _____ indicates that the primary font that the browser tries to use is the Cambria font.

A) font-family: Cambria;
B) font-family: "serif", Times New Roman, Cambria;
C) font-family: Cambria, "Times New Roman", serif;
D) font-family: pr, "Times New Roman", serif;
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
15
_____ elements are displayed without line breaks so they flow within the same line.

A) Inline
B) Header
C) Block
D) Nav
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
16
The hexadecimal value 0000FF specifies a _____.

A) color that is a mixture of red and green
B) pure blue color
C) color that is a mixture of blue and green
D) pure green color
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
17
The span tag (span) and the anchor tag (a) are examples of _____ elements.

A) header
B) inline
C) block
D) nav
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
18
The _____ separates the padding and the margin of a block element.

A) header
B) footer
C) separator
D) border
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
19
Style sheets are said to _____ because each type of style has a specified level of precedence in relationship to the others.

A) embed
B) cascade
C) merge
D) unite
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
20
The _____ property rounds the corners of a block element's border.

A) border
B) border-style
C) border-radius
D) box-shadow
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
21
The best practice is to apply an inline style sheet when one wants to change the style of one page.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
22
One of four values--left (the default), center, right, or justify--can be used by the _____ property.

A) display
B) margin-padding
C) text-align
D) box-shadow
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
23
To style the div id="container" element, _____ is used as the selector.

A) .container
B) #container
C) :container
D) %container
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
24
When a Cascading Style Sheets (CSS) document is _____, it confirms that all of the code is correct and follows the established rules for CSS.

A) authenticated
B) compiled
C) pipelined
D) validated
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
25
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
26
The style rule used to set the same font family property and values for the header, nav, and footer elements is _____.header, nav, footer font-family/Calibri, Arial, sans-serif;

A) { font-family: Calibri, Arial, sans-serif; }
B) header, nav, footer Calibri, Arial, sans-serif;
C) header, nav, footer { font-family: Calibri, Arial, sans-serif; }
D) {header, nav, footer}
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
27
The declaration of a Cascading Style Sheets (CSS) rule includes at least one property to apply to the selected element.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
28
The _____ attribute of a link element uses the stylesheet value to indicate that a document is linked to a style sheet.

A) rel
B) lnk
C) href
D) span
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
29
The correct representation of a Cascading Style Sheets (CSS) comment is _____.

A) //* Place your comment here *//
B) * Place your comment here *
C) /* Place your comment here */
D) */ Place your comment here /*
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
30
Using the _____ property, to center all of the elements so that a page appears centered within a browser window, one should create styles to set the left and right margins to auto.

A) display
B) margin
C) text-align
D) box-shadow
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
31
With a(n) _____ style, one adds a style to the start tag for an element.

A) embedded
B) inline
C) semantic
D) external
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
32
The first version of Cascading Style Sheets (CSS) included styles to control the positioning of elements.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
33
_____ can provide additional information about the area where styles are applied or other helpful explanations, such as what the styles do.

A) Header notes
B) Comments
C) Wraps
D) Footer notes
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
34
When errors are detected in a Cascading Style Sheets (CSS) file, the _____ provides information about the location of each error so that one can identify and correct them.

A) validator
B) evaluator
C) compiler
D) decoder
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
35
External styles defeat the purpose and advantages of separating style from content, so they should be used sparingly.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
36
The _____ property can be used to remove the float effect if one does not want text to wrap around an image.

A) display
B) padding
C) text-align
D) clear
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
37
An _____ style takes precedence over other styles defined in a style sheet.

A) embedded
B) external
C) inline
D) internal
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
38
Identify the rule that centers an h1 element.

A) h1 { text-align: center; }
B) text-align: center ;
C) { align: center; }
D) h1 { align: center; }
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
39
To create a class selector, the style rule should begin with a _____ followed by the class attribute value.

A) semicolon
B) comma
C) period
D) hash tag
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
40
Using _____ as the value for the list-style-position property displays the bullet or number within the list's content block.

A) inside
B) padded
C) parallel
D) composed
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
41
Block elements can contain inline elements.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
42
An external style sheet is used when one wants to create styles for a single webpage that are different from the rest of the website.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
43
The selector of a Cascading Style Sheets (CSS) rule defines the exact formatting of a style.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
44
In h1 Special Note/h1, the _____ is everything between the quotation marks.

A) tagging note
B) embedded style tag
C) style rule
D) marked-up text
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
45
External style sheets do not contain any Hypertext Markup Language (HTML) tags.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
46
The color code for white in the RGB (Red, Green, Blue) notation is rgb(0,0,0).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
47
Websites developed with Hypertext Markup Language (HTML) 5 alone can be functional, but they lack the important element of visual appeal.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
48
After a Cascading Style Sheets (CSS) file is created, it must be linked to all the webpages that will use its styles.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
49
Style sheets restrict a web designer from easily rebranding a website.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
50
An embedded style sheet takes precedence over an external style sheet.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
51
The nav element is used to group inline elements.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
52
For the border-style property, the horizontal and vertical offset measurements must be specified.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
53
In the context of style sheet precedence, external styles beat embedded styles and embedded styles beat inline styles.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
54
According to the World Wide Web Consortium (W3C), with Hypertext Markup Language (HTML) 5, using the type attribute within a link element is essential.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
55
If a website template is linked to a style sheet file, then any new pages created from the template will already be linked to the style sheet.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
56
The sides of the Cascading Style Sheets (CSS) box model are referred to in counterclockwise order: left, right, bottom, and top.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
57
An id descriptor uses the id attribute value of a Hypertext Markup Language (HTML) element to select a single element.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
58
When a style is changed in an embedded stylesheet, it automatically applies the change to every page linked to that style sheet.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
59
To style class="mobile", #mobile must be used as the selector.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
60
An internal style sheet is also known as a(n) _____ style sheet.

A) embedded
B) sequential
C) inline
D) insync
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
61
Match between columns
In an inline style, it is used to add a style to the start tag for an element, such as a heading or paragraph.
Hexadecimal
In an inline style, it is used to add a style to the start tag for an element, such as a heading or paragraph.
Padding
In an inline style, it is used to add a style to the start tag for an element, such as a heading or paragraph.
Hypertext Markup Language (HTML)
In an inline style, it is used to add a style to the start tag for an element, such as a heading or paragraph.
Cascading Style Sheets (CSS)
In an inline style, it is used to add a style to the start tag for an element, such as a heading or paragraph.
Style sheet
In an inline style, it is used to add a style to the start tag for an element, such as a heading or paragraph.
Style attribute
In an inline style, it is used to add a style to the start tag for an element, such as a heading or paragraph.
External style sheet
In an inline style, it is used to add a style to the start tag for an element, such as a heading or paragraph.
Declaration
In an inline style, it is used to add a style to the start tag for an element, such as a heading or paragraph.
em
In an inline style, it is used to add a style to the start tag for an element, such as a heading or paragraph.
Link
This unit is relative to the default font size of an element.
Hexadecimal
This unit is relative to the default font size of an element.
Padding
This unit is relative to the default font size of an element.
Hypertext Markup Language (HTML)
This unit is relative to the default font size of an element.
Cascading Style Sheets (CSS)
This unit is relative to the default font size of an element.
Style sheet
This unit is relative to the default font size of an element.
Style attribute
This unit is relative to the default font size of an element.
External style sheet
This unit is relative to the default font size of an element.
Declaration
This unit is relative to the default font size of an element.
em
This unit is relative to the default font size of an element.
Link
It is used to determine the formatting for a webpage.
Hexadecimal
It is used to determine the formatting for a webpage.
Padding
It is used to determine the formatting for a webpage.
Hypertext Markup Language (HTML)
It is used to determine the formatting for a webpage.
Cascading Style Sheets (CSS)
It is used to determine the formatting for a webpage.
Style sheet
It is used to determine the formatting for a webpage.
Style attribute
It is used to determine the formatting for a webpage.
External style sheet
It is used to determine the formatting for a webpage.
Declaration
It is used to determine the formatting for a webpage.
em
It is used to determine the formatting for a webpage.
Link
It is a text file with the .css file extension.
Hexadecimal
It is a text file with the .css file extension.
Padding
It is a text file with the .css file extension.
Hypertext Markup Language (HTML)
It is a text file with the .css file extension.
Cascading Style Sheets (CSS)
It is a text file with the .css file extension.
Style sheet
It is a text file with the .css file extension.
Style attribute
It is a text file with the .css file extension.
External style sheet
It is a text file with the .css file extension.
Declaration
It is a text file with the .css file extension.
em
It is a text file with the .css file extension.
Link
This element uses the attributes rel and href .
Hexadecimal
This element uses the attributes rel and href .
Padding
This element uses the attributes rel and href .
Hypertext Markup Language (HTML)
This element uses the attributes rel and href .
Cascading Style Sheets (CSS)
This element uses the attributes rel and href .
Style sheet
This element uses the attributes rel and href .
Style attribute
This element uses the attributes rel and href .
External style sheet
This element uses the attributes rel and href .
Declaration
This element uses the attributes rel and href .
em
This element uses the attributes rel and href .
Link
It is a combination of the base-16 numbering system, which includes letters A through A)Style attribute
Hexadecimal
It is a combination of the base-16 numbering system, which includes letters A through A)Style attribute
Padding
It is a combination of the base-16 numbering system, which includes letters A through A)Style attribute
Hypertext Markup Language (HTML)
It is a combination of the base-16 numbering system, which includes letters A through A)Style attribute
Cascading Style Sheets (CSS)
It is a combination of the base-16 numbering system, which includes letters A through A)Style attribute
Style sheet
It is a combination of the base-16 numbering system, which includes letters A through A)Style attribute
Style attribute
It is a combination of the base-16 numbering system, which includes letters A through A)Style attribute
External style sheet
It is a combination of the base-16 numbering system, which includes letters A through A)Style attribute
Declaration
It is a combination of the base-16 numbering system, which includes letters A through A)Style attribute
em
It is a combination of the base-16 numbering system, which includes letters A through A)Style attribute
Link
It consists of a property and a value, separated by a colon and followed by a semicolon.
Hexadecimal
It consists of a property and a value, separated by a colon and followed by a semicolon.
Padding
It consists of a property and a value, separated by a colon and followed by a semicolon.
Hypertext Markup Language (HTML)
It consists of a property and a value, separated by a colon and followed by a semicolon.
Cascading Style Sheets (CSS)
It consists of a property and a value, separated by a colon and followed by a semicolon.
Style sheet
It consists of a property and a value, separated by a colon and followed by a semicolon.
Style attribute
It consists of a property and a value, separated by a colon and followed by a semicolon.
External style sheet
It consists of a property and a value, separated by a colon and followed by a semicolon.
Declaration
It consists of a property and a value, separated by a colon and followed by a semicolon.
em
It consists of a property and a value, separated by a colon and followed by a semicolon.
Link
It is the passive white space between the content and the border of a block element.
Hexadecimal
It is the passive white space between the content and the border of a block element.
Padding
It is the passive white space between the content and the border of a block element.
Hypertext Markup Language (HTML)
It is the passive white space between the content and the border of a block element.
Cascading Style Sheets (CSS)
It is the passive white space between the content and the border of a block element.
Style sheet
It is the passive white space between the content and the border of a block element.
Style attribute
It is the passive white space between the content and the border of a block element.
External style sheet
It is the passive white space between the content and the border of a block element.
Declaration
It is the passive white space between the content and the border of a block element.
em
It is the passive white space between the content and the border of a block element.
Link
It provides the structural foundation of a webpage.
Hexadecimal
It provides the structural foundation of a webpage.
Padding
It provides the structural foundation of a webpage.
Hypertext Markup Language (HTML)
It provides the structural foundation of a webpage.
Cascading Style Sheets (CSS)
It provides the structural foundation of a webpage.
Style sheet
It provides the structural foundation of a webpage.
Style attribute
It provides the structural foundation of a webpage.
External style sheet
It provides the structural foundation of a webpage.
Declaration
It provides the structural foundation of a webpage.
em
It provides the structural foundation of a webpage.
Link
It is the set of style rules included in a section of an HTML document or in a separate file.
Hexadecimal
It is the set of style rules included in a section of an HTML document or in a separate file.
Padding
It is the set of style rules included in a section of an HTML document or in a separate file.
Hypertext Markup Language (HTML)
It is the set of style rules included in a section of an HTML document or in a separate file.
Cascading Style Sheets (CSS)
It is the set of style rules included in a section of an HTML document or in a separate file.
Style sheet
It is the set of style rules included in a section of an HTML document or in a separate file.
Style attribute
It is the set of style rules included in a section of an HTML document or in a separate file.
External style sheet
It is the set of style rules included in a section of an HTML document or in a separate file.
Declaration
It is the set of style rules included in a section of an HTML document or in a separate file.
em
It is the set of style rules included in a section of an HTML document or in a separate file.
Link
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
62
Applying a shadow to website elements diminishes design quality.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
63
Explain why style sheets were created. Include in your response definitions of the following terms: style, Cascading Style Sheets, inline style, embedded style sheet, and external style sheet.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
64
Explain the Cascading Style Sheets (CSS) box model. Include descriptions of the margin, border, and padding along with examples in the explanation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
65
The justify value of the text-align property is used to center content within an element.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
66
If you float an element, neighboring elements will also be affected by the float.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
67
Explain the formatting task involving the creation of style rules for Hypertext Markup Language (HTML) 5 structural elements.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
68
An embedded style sheet includes the style sheet within the _____ tags of the HTML document.

A) body> and B) head> and C) html> and D) style> and
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
69
Header, nav, main, and footer are all examples of block elements. 
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
70
Jenny decides to create an individual webpage for displaying the types of appliances manufactured by the company. She wants to give this webpage a style that is different from the rest of the website. Which of the following Cascading Style Sheets (CSS) styles should Jenny use if she wants to set the background color for the body section to green for the current webpage alone?

A) external
B) inline
C) embedded
D) linked
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
71
Jenny wants to enhance the look of the webpage by formatting individual sections of the webpage. Which of the following Cascading Style Sheets (CSS) styles should Jenny use so that the style changes the content marked up by a specific pair of tags but does not affect other content in the document?

A) external
B) internal
C) embedded
D) inline
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
72
The valid values for the float property are top and bottom , indicating where to display (or float) the element.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
73
A(n) _____ style sheet   is a CSS file that contains all of the styles you want to apply to more than one page in the website.

A) embedded
B) disc
C) inline
D) external
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
74
While creating style rules for Hypertext Markup Language (HTML) 5 structural elements, all the structural sections should be formatted using the display property.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
75
The code:headtitleMy Website/titlestylebody {                       background-color: green;           }           /style           /headexemplifies a(n) _____ style sheet where the style rule is placed between the opening style and closing /style tags.

A) embedded
B) external
C) inline
D) linked
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
76
The default value for the list-style-position property is inside, which displays the list item with a bullet or number inside the list's content block.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
77
An external style sheet is also called a(n) _____ style sheet.

A) embedded
B) insync
C) inline
D) linked
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 77 في هذه المجموعة.