Deck 2: Getting Started With CSS3

ملء الشاشة (f)
exit full mode
سؤال
Embedded style sheets are created by web page authors and consist of styles that are inserted directly within the body element of a Hypertext Markup Language (HTML)document. ​
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
In every version of Cascading Style Sheets (CSS), one can apply a style rule containing a list of style properties to an element or a group of elements known as a selector. ​
سؤال
Hue values range from 0˚ to 360˚, where 0˚ matches the location of blue on the color wheel, 120˚ matches red, and 240˚ matches green. ​
سؤال
Browser extensions are identified through the use of a vendor prefix, which indicates the browser vendor that created and supports the property. ​
سؤال
User-defined styles are defined by users based on the settings they make while configuring a browser. ​
سؤال
Cascading Style Sheets (CSS)3 introduced opacity to the CSS color models where opacity defines how transparent the color appears. ​
سؤال
A generic font describes the general appearance of a typeface and relies on a specific font definition. ​
سؤال
The subscript and superscript styles lower or raise text vertically, as well as resize it. ​
سؤال
Saturation measures the intensity of the chosen color and ranges from 0% (no color)up to 100% (full color). ​
سؤال
The content of a blockquote element is usually placed in quotation marks. ​
سؤال
User-defined styles can be superseded by external styles, which are the styles that a website author creates and places within a Cascading Style Sheets (CSS)file and links to the page. ​
سؤال
A color value is an alphabetic expression that represents the intensity of the primary colors. ​
سؤال
One advantage of user-defined style sheets is that they make the web more accessible to visually impaired users who may require larger fonts or the absence of clashing color schemes. ​
سؤال
In addition to the W3C-supported style properties, most browsers supply their own extended library of style properties, known as browser extensions. ​
سؤال
In the context of formatting lists, by default, unordered lists are displayed with numerals while ordered lists are displayed with a solid disc. ​
سؤال
The first style sheet interpreted by a browser is the one built into the browser itself. ​
سؤال
The appearance of a webpage is determined by one or more style sheets written in the Cascading Style Sheets (CSS)language.
سؤال
Cascading Style Sheets (CSS)allow RGB values to be entered as hexadecimal numbers. ​
سؤال
Embedded styles apply to the Hypertext Markup Language (HTML)documents in which they are created and are accessible to other documents in the website. ​
سؤال
Absolute units are units that are fixed in size regardless of the output device and are usually used only with printed media. ​
سؤال
A pixel is a relative unit because the actual rendered size depends on the density of the output device.  ​
سؤال
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 _____ .

A)style portioning
B)style indexing
C)style inheritance
D)style link
سؤال
Many web browsers include _____ tools to make it easier for designers to locate the source of a style that has been applied to a specific page element. ​

A)designer
B)planner
C)developer
D)creator
سؤال
One approach to retain the consistency of web page text is to use absolute units , which are expressed relative to the size of other objects within the web page.
سؤال
Embedded styles are directly applied to specific elements using the style attribute.  ​
سؤال
To access and load a web font, the @font-face rule should be added to a style sheet.  ​
سؤال
A parent element is an element that contains one or more elements, which are called its child elements.
سؤال
To import a style sheet, the command
 =import url( url );
must be added to the style sheet file, where url is the URL of an external style sheet file.
سؤال
A generic font is a font that is identified by name, such as Times New Roman or Helvetica.  ​
سؤال
Unlike an external style sheet, a(n)_____ style sheet is applied only to the web page in which it is placed.

A)linked
B)internal
C)embedded
D)integrated
سؤال
Leading measures the amount of space between characters, while tracking refers to the amount of space between words.  ​
سؤال
Inline styles are styles applied directly to specific elements using the style attribute element style="property: value"> content element >
Where element is the Hypertext Markup Language (HTML)element and _____ define the styles that are applied directly to that element.

A)property: value
B)element
C)element style
D)style
سؤال
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. ​

A)last
B)first
C)second
D)third
سؤال
Writing a style rule on a single line saves space, but entering each style property on a separate line often makes a code easier to read and edit. ​
سؤال
A decimal is a number expressed in the base 16 numbering system rather than in the commonly used base 10 system. ​
سؤال
Structural pseudo-elements are used to classify items based on their locations within the hierarchy of page elements. ​
سؤال
An additional factor in applying a style sheet is that properties are passed from a parent element to its children in a process known as style inheritance . ​
سؤال
RGB triplets can describe 2563 (16.7 million)possible colors, which is a greater number of colors than the human eye can distinguish.  ​
سؤال
Hue measures the brightness of a color and ranges from 0% (black)up to 100% (white).  ​
سؤال
Relative units define a font size using one of five standard units of measurement. ​
سؤال
_____ defines how solid a color appears. ​

A)Clarity
B)Saturation
C)Lightness
D)Opacity
سؤال
Yellow has the RGB triplet _____. ​

A)(0, 0, 0)
B)(255, 255, 0)
C)(0, 255, 255)
D)(255, 0, 255)
سؤال
Color values using the HSL model are described in Cascading Style Sheets (CSS)3 using _____. ​

A)#redgreenblue
B)rgb(number)
C)hsl (hue, saturation, lightness)
D)hsl (hue, shadow, lightness, opacity)
سؤال
Adding all the three primary colors-red, green, and blue-at maximum intensity produces the color _____, while adding any two of the three primary colors at maximum intensity produces the trio of complementary colors-yellow, magenta, and cyan. ​

A)white
B)blue
C)lime
D)black
سؤال
_____ measures the intensity of the chosen color and ranges from 0% (no color)up to 100% (full color). ​

A)Hue
B)Saturation
C)Lightness
D)Darkness
سؤال
The @import rule has the same impact as adding multiple _____ elements to a Hypertext Markup Language (HTML)file.

A)connection
B)link
C)contact
D)integrated
سؤال
Cascading Style Sheets (CSS)allow RGB values to be entered as _____. ​

A)binaries
B)hexadecimals
C)WYSIWYG values
D)RBG values
سؤال
To direct a style rule to specific elements, _____ can be used to match only those page elements that correspond to a specified pattern. ​

A)web fonts
B)pseudo-classes
C)descendant elements
D)selector patterns
سؤال
The color scheme that uses two hues close to one another on the color wheel in which one color is the dominant color and the other is a supporting color used only for highlights and nuance is _____. ​

A)triad
B)tetrad
C)analogic
D)monochrome
سؤال
Graphic designers consider _____ easier to use because it allows them to set the initial color based on hue and then fine-tune the saturation and lightness values.

A)HTML
B)CSS
C)HSL
D)HTM
سؤال
Which of the following rules defines character encoding in every Cascading Style Sheets (CSS)document? ​

A)@charset="encoding"
B)@charset "encoding";
C)&char="encoding";
D)&char "encoding";
سؤال
How is background color defined in a Cascaded Style Sheets (CSS)file? ​

A)@bgcolor "color";
B)@background="color";
C)background: color;
D)background-color: color;
سؤال
_____ measures the brightness of a color and ranges from 0% (black)up to 100% (white). ​

A)Hue
B)Saturation
C)Lightness
D)Darkness
سؤال
In the hexadecimal numbering system, the number 16 is expressed as _____. ​

A)1F
B)F
C)10
D)1
سؤال
A technique known as _____ places code conforming to older standards before newer properties, providing support for old browsers but still allowing newer standards and techniques to be used by the browsers that support them.

A)progressive enhancement
B)opacity enhancement
C)opacity enhancement
D)pseudo-class structuring
سؤال
To set the foreground or text color of an element, use the following property: ​

A)text: color ;
B)forecolor: color ;
C)color: color ;
D)backcolor: color ;
سؤال
In the hexadecimal numbering system, the number 21 is expressed as _____. ​

A)1F
B)F
C)15
D)F1
سؤال
_____ is the tint of a color and is usually represented by a direction on a color wheel.

A)Hue
B)Saturation
C)Lightness
D)Darkness
سؤال
A _____ element is an element that contains one or more other elements, which are called child elements. ​

A)family
B)sibling
C)parent
D)descendant
سؤال
The _____ statement must always come before any other style rules in a style sheet.

A)@import
B)@embed
C)!import
D)!embed
سؤال
Identify a generic font group that is a typeface in which each character has the same width. ​

A)sans-serif
B)monospace
C)fantasy
D)cursive
سؤال
A typeface in which a small ornamentation appears at the tail end of each character is _____. ​

A)sans-serif
B)serif
C)monospace
D)fantasy
سؤال
Which of the following is an example of web safe font stacks? ​

A)Calibri
B)Book Antiqua
C)Bell MT
D)Verdana
سؤال
Which of the following browsers supports the web font format "Embedded OpenType"? ​

A)Safari
B)Internet Explorer (IE)
C)Chrome
D)Firefox
سؤال
Identify an attribute selector that recognizes groups of elements that share a similar characteristic or property. ​

A)id
B)pseudo-element
C)class
D)list-style-position
سؤال
Identify a contextual selector that matches any element. ​

A)%
B)*
C)elem
D)elem1, elem2, …
سؤال
The style rule * {color: blue;}
Uses the asterisk (*)selector-also known as the _____ selector-to select all elements in a document. ​

A)character
B)text
C)wildcard
D)object
سؤال
Each child element may contain children of its own and so forth down the hierarchy, creating a set of _____ elements that are all descended from a common parent. ​

A)descendant
B)child
C)parent
D)sibling
سؤال
Two attributes, _____, are often key in targeting styles to specific elements. ​

A)id and char
B)id and class
C)id and type
D)id and elem
سؤال
A general rule for printing is to use _____ fonts for headlines and serif fonts for body text.

A)fantasy
B)sans-serif
C)monospace
D)cursive
سؤال
Identify an attribute selector used to select an element based on its class value.

A)class: .intro.elem
B)elem.class
C)elem#class
D)class *elem
سؤال
_____ units express font size according to the size of other objects within a web page. ​

A)Absolute
B)Relative
C)Standard
D)Output
سؤال
A typeface, best used in small doses for decorative page elements, that mimics handwriting with highly stylized elements and flourishes is _____. ​

A)serif
B)monospace
C)fantasy
D)cursive
سؤال
Which of the following attribute selectors selects all elem elements whose att attribute ends with text? ​

A)elem[att*="text"]
B)elem[att^="text"]
C)elem[att|="text"]
D)elem[att$="text"]
سؤال
_____ selectors are used to select elements based on elements that are adjacent to them in the document hierarchy. ​

A)​Parent
B)​Child
C)​Sibling
D)Descendant
سؤال
A(n)_____ represents a single dot on an output device. ​

A)element
B)icon
C)link
D)pixel
سؤال
Identify an attribute selector that selects all elem elements whose att attribute begins with text. ​

A)elem[att|="text"]
B)elem[att^="text"]
C)elem[att$="text"]
D)elem[att˜="text"]
سؤال
Identify a rule that should be added to a style sheet to access and load a web font. ​

A)@font-face
B)font-style: type;
C)aside: {font-family}
D)@charset "utf-8";
سؤال
The _____ unit is the preferred style unit for web page text because it makes it easy to develop pages in which different page elements have consistent relative font sizes under any device. ​

A)in
B)ft
C)em
D)en
سؤال
_____ units are specified in one of five standard units of measurement. ​

A)Relative
B)Absolute
C)Standard
D)Uppercase
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/146
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 2: Getting Started With CSS3
1
Embedded style sheets are created by web page authors and consist of styles that are inserted directly within the body element of a Hypertext Markup Language (HTML)document. ​
False
2
In every version of Cascading Style Sheets (CSS), one can apply a style rule containing a list of style properties to an element or a group of elements known as a selector. ​
True
3
Hue values range from 0˚ to 360˚, where 0˚ matches the location of blue on the color wheel, 120˚ matches red, and 240˚ matches green. ​
False
4
Browser extensions are identified through the use of a vendor prefix, which indicates the browser vendor that created and supports the property. ​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
5
User-defined styles are defined by users based on the settings they make while configuring a browser. ​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
6
Cascading Style Sheets (CSS)3 introduced opacity to the CSS color models where opacity defines how transparent the color appears. ​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
7
A generic font describes the general appearance of a typeface and relies on a specific font definition. ​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
8
The subscript and superscript styles lower or raise text vertically, as well as resize it. ​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
9
Saturation measures the intensity of the chosen color and ranges from 0% (no color)up to 100% (full color). ​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
10
The content of a blockquote element is usually placed in quotation marks. ​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
11
User-defined styles can be superseded by external styles, which are the styles that a website author creates and places within a Cascading Style Sheets (CSS)file and links to the page. ​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
12
A color value is an alphabetic expression that represents the intensity of the primary colors. ​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
13
One advantage of user-defined style sheets is that they make the web more accessible to visually impaired users who may require larger fonts or the absence of clashing color schemes. ​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
14
In addition to the W3C-supported style properties, most browsers supply their own extended library of style properties, known as browser extensions. ​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
15
In the context of formatting lists, by default, unordered lists are displayed with numerals while ordered lists are displayed with a solid disc. ​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
16
The first style sheet interpreted by a browser is the one built into the browser itself. ​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
17
The appearance of a webpage is determined by one or more style sheets written in the Cascading Style Sheets (CSS)language.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
18
Cascading Style Sheets (CSS)allow RGB values to be entered as hexadecimal numbers. ​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
19
Embedded styles apply to the Hypertext Markup Language (HTML)documents in which they are created and are accessible to other documents in the website. ​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
20
Absolute units are units that are fixed in size regardless of the output device and are usually used only with printed media. ​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
21
A pixel is a relative unit because the actual rendered size depends on the density of the output device.  ​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
22
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 _____ .

A)style portioning
B)style indexing
C)style inheritance
D)style link
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
23
Many web browsers include _____ tools to make it easier for designers to locate the source of a style that has been applied to a specific page element. ​

A)designer
B)planner
C)developer
D)creator
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
24
One approach to retain the consistency of web page text is to use absolute units , which are expressed relative to the size of other objects within the web page.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
25
Embedded styles are directly applied to specific elements using the style attribute.  ​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
26
To access and load a web font, the @font-face rule should be added to a style sheet.  ​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
27
A parent element is an element that contains one or more elements, which are called its child elements.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
28
To import a style sheet, the command
 =import url( url );
must be added to the style sheet file, where url is the URL of an external style sheet file.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
29
A generic font is a font that is identified by name, such as Times New Roman or Helvetica.  ​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
30
Unlike an external style sheet, a(n)_____ style sheet is applied only to the web page in which it is placed.

A)linked
B)internal
C)embedded
D)integrated
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
31
Leading measures the amount of space between characters, while tracking refers to the amount of space between words.  ​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
32
Inline styles are styles applied directly to specific elements using the style attribute element style="property: value"> content element >
Where element is the Hypertext Markup Language (HTML)element and _____ define the styles that are applied directly to that element.

A)property: value
B)element
C)element style
D)style
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
33
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. ​

A)last
B)first
C)second
D)third
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
34
Writing a style rule on a single line saves space, but entering each style property on a separate line often makes a code easier to read and edit. ​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
35
A decimal is a number expressed in the base 16 numbering system rather than in the commonly used base 10 system. ​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
36
Structural pseudo-elements are used to classify items based on their locations within the hierarchy of page elements. ​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
37
An additional factor in applying a style sheet is that properties are passed from a parent element to its children in a process known as style inheritance . ​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
38
RGB triplets can describe 2563 (16.7 million)possible colors, which is a greater number of colors than the human eye can distinguish.  ​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
39
Hue measures the brightness of a color and ranges from 0% (black)up to 100% (white).  ​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
40
Relative units define a font size using one of five standard units of measurement. ​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
41
_____ defines how solid a color appears. ​

A)Clarity
B)Saturation
C)Lightness
D)Opacity
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
42
Yellow has the RGB triplet _____. ​

A)(0, 0, 0)
B)(255, 255, 0)
C)(0, 255, 255)
D)(255, 0, 255)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
43
Color values using the HSL model are described in Cascading Style Sheets (CSS)3 using _____. ​

A)#redgreenblue
B)rgb(number)
C)hsl (hue, saturation, lightness)
D)hsl (hue, shadow, lightness, opacity)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
44
Adding all the three primary colors-red, green, and blue-at maximum intensity produces the color _____, while adding any two of the three primary colors at maximum intensity produces the trio of complementary colors-yellow, magenta, and cyan. ​

A)white
B)blue
C)lime
D)black
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
45
_____ measures the intensity of the chosen color and ranges from 0% (no color)up to 100% (full color). ​

A)Hue
B)Saturation
C)Lightness
D)Darkness
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
46
The @import rule has the same impact as adding multiple _____ elements to a Hypertext Markup Language (HTML)file.

A)connection
B)link
C)contact
D)integrated
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
47
Cascading Style Sheets (CSS)allow RGB values to be entered as _____. ​

A)binaries
B)hexadecimals
C)WYSIWYG values
D)RBG values
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
48
To direct a style rule to specific elements, _____ can be used to match only those page elements that correspond to a specified pattern. ​

A)web fonts
B)pseudo-classes
C)descendant elements
D)selector patterns
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
49
The color scheme that uses two hues close to one another on the color wheel in which one color is the dominant color and the other is a supporting color used only for highlights and nuance is _____. ​

A)triad
B)tetrad
C)analogic
D)monochrome
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
50
Graphic designers consider _____ easier to use because it allows them to set the initial color based on hue and then fine-tune the saturation and lightness values.

A)HTML
B)CSS
C)HSL
D)HTM
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
51
Which of the following rules defines character encoding in every Cascading Style Sheets (CSS)document? ​

A)@charset="encoding"
B)@charset "encoding";
C)&char="encoding";
D)&char "encoding";
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
52
How is background color defined in a Cascaded Style Sheets (CSS)file? ​

A)@bgcolor "color";
B)@background="color";
C)background: color;
D)background-color: color;
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
53
_____ measures the brightness of a color and ranges from 0% (black)up to 100% (white). ​

A)Hue
B)Saturation
C)Lightness
D)Darkness
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
54
In the hexadecimal numbering system, the number 16 is expressed as _____. ​

A)1F
B)F
C)10
D)1
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
55
A technique known as _____ places code conforming to older standards before newer properties, providing support for old browsers but still allowing newer standards and techniques to be used by the browsers that support them.

A)progressive enhancement
B)opacity enhancement
C)opacity enhancement
D)pseudo-class structuring
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
56
To set the foreground or text color of an element, use the following property: ​

A)text: color ;
B)forecolor: color ;
C)color: color ;
D)backcolor: color ;
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
57
In the hexadecimal numbering system, the number 21 is expressed as _____. ​

A)1F
B)F
C)15
D)F1
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
58
_____ is the tint of a color and is usually represented by a direction on a color wheel.

A)Hue
B)Saturation
C)Lightness
D)Darkness
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
59
A _____ element is an element that contains one or more other elements, which are called child elements. ​

A)family
B)sibling
C)parent
D)descendant
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
60
The _____ statement must always come before any other style rules in a style sheet.

A)@import
B)@embed
C)!import
D)!embed
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
61
Identify a generic font group that is a typeface in which each character has the same width. ​

A)sans-serif
B)monospace
C)fantasy
D)cursive
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
62
A typeface in which a small ornamentation appears at the tail end of each character is _____. ​

A)sans-serif
B)serif
C)monospace
D)fantasy
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
63
Which of the following is an example of web safe font stacks? ​

A)Calibri
B)Book Antiqua
C)Bell MT
D)Verdana
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
64
Which of the following browsers supports the web font format "Embedded OpenType"? ​

A)Safari
B)Internet Explorer (IE)
C)Chrome
D)Firefox
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
65
Identify an attribute selector that recognizes groups of elements that share a similar characteristic or property. ​

A)id
B)pseudo-element
C)class
D)list-style-position
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
66
Identify a contextual selector that matches any element. ​

A)%
B)*
C)elem
D)elem1, elem2, …
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
67
The style rule * {color: blue;}
Uses the asterisk (*)selector-also known as the _____ selector-to select all elements in a document. ​

A)character
B)text
C)wildcard
D)object
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
68
Each child element may contain children of its own and so forth down the hierarchy, creating a set of _____ elements that are all descended from a common parent. ​

A)descendant
B)child
C)parent
D)sibling
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
69
Two attributes, _____, are often key in targeting styles to specific elements. ​

A)id and char
B)id and class
C)id and type
D)id and elem
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
70
A general rule for printing is to use _____ fonts for headlines and serif fonts for body text.

A)fantasy
B)sans-serif
C)monospace
D)cursive
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
71
Identify an attribute selector used to select an element based on its class value.

A)class: .intro.elem
B)elem.class
C)elem#class
D)class *elem
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
72
_____ units express font size according to the size of other objects within a web page. ​

A)Absolute
B)Relative
C)Standard
D)Output
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
73
A typeface, best used in small doses for decorative page elements, that mimics handwriting with highly stylized elements and flourishes is _____. ​

A)serif
B)monospace
C)fantasy
D)cursive
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
74
Which of the following attribute selectors selects all elem elements whose att attribute ends with text? ​

A)elem[att*="text"]
B)elem[att^="text"]
C)elem[att|="text"]
D)elem[att$="text"]
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
75
_____ selectors are used to select elements based on elements that are adjacent to them in the document hierarchy. ​

A)​Parent
B)​Child
C)​Sibling
D)Descendant
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
76
A(n)_____ represents a single dot on an output device. ​

A)element
B)icon
C)link
D)pixel
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
77
Identify an attribute selector that selects all elem elements whose att attribute begins with text. ​

A)elem[att|="text"]
B)elem[att^="text"]
C)elem[att$="text"]
D)elem[att˜="text"]
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
78
Identify a rule that should be added to a style sheet to access and load a web font. ​

A)@font-face
B)font-style: type;
C)aside: {font-family}
D)@charset "utf-8";
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
79
The _____ unit is the preferred style unit for web page text because it makes it easy to develop pages in which different page elements have consistent relative font sizes under any device. ​

A)in
B)ft
C)em
D)en
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
80
_____ units are specified in one of five standard units of measurement. ​

A)Relative
B)Absolute
C)Standard
D)Uppercase
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 146 في هذه المجموعة.