Deck 3: Designing a Web Page With CSS

ملء الشاشة (f)
exit full mode
سؤال
In every version of CSS, you apply a style rule containing a list of style properties to an
element or a group of elements known as a selector.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Absolute measurements are appropriate when you know the physical properties of
an output device and want to fix a size to a specific value.
سؤال
Links that are underlined or highlighted only when the mouse pointer hovers over the linked text display what is known as the hover over effect.
سؤال
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.
سؤال
Without underlines, there is no visual clue that the links in the navigation list act as hypertext.
سؤال
A color value is an alphabetic expression that describes the properties of a color.
سؤال
List style types can be used with contextual selectors to create an outline style based
on nested lists.
سؤال
CSS also allows RGB values to be entered as hexadecimal numbers.
سؤال
The exact order in which external style sheets and embedded style sheets are processed
by the browser depends on the order in which they are listed within the HTML file.
سؤال
A generic font describes the general appearance of a typeface, but does not rely on a specific font definition.
سؤال
Web pages are unstructured documents in which elements are nested within other elements,
forming a hierarchy of elements.
سؤال
The first style sheet interpreted by the browser is the one built in to the browser itself.
سؤال
The subscript and superscript styles lower or raise text vertically, as well as resize it.
سؤال
By default, browsers offset ordered and unordered lists from the surrounding text.
سؤال
Saturation measures the intensity of the chosen color and ranges from 0% (no color)up to 100% (full color).
سؤال
Style sheets cannot be as long and complicated as HTML files.
سؤال
Another type of style sheet created by a Web page author is an embedded style sheet,
in which the styles are inserted directly within the body element of an HTML document.
سؤال
To render a document, the device displaying the page needs a style sheet that specifies the appearance of each page element.
سؤال
Styles set by the author of a Web page and stored in an internal style sheet are loaded
after internal and user-defined style sheets.
سؤال
Good management skills are as crucial to good Web design as a well-chosen color or typeface.
سؤال
A general font is a font that is identified by name, such as Times New Roman or Helvetica._________________________
سؤال
The second version of CSS, CSS2, was introduced in 1998, expanding the language to provide styles to _________.

A) set the font size, type, and other properties of Web page text
B) apply a background image to any element
C) specify background and foreground colors of different page elements
D) position elements at specific locations on a page
سؤال
The @font-face rule is one example of a CSS @rule, which specifies a command or directive that controls how browsers interpret and run the contents of a CSS style sheet._________________________
سؤال
Structural pseudo-elements are used to classify items based on their locations within the
hierarchy of page elements._________________________
سؤال
One approach to retaining 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._________________________
سؤال
Leading refers to the amount of space between characters, while tracking refers to the amount of space between words._________________________
سؤال
The ______ statement must always come before any other style rules in the style
Sheet.

A) @import
B) @embed
C) !import
D) !embed
سؤال
An external style sheet is included by adding the link element

To the document head, where ______is the URL of the external style sheet file.

A) stylesheet
B) text/css
C) url
D) href
سؤال
The style sheet rules in a(n)________ style sheet take precedence over any rules set in the browser's internal style sheet or in a user-defined style sheet.

A) internal
B) outside
C) embedded
D) external
سؤال
A pixel is a relative unit because the actual rendered size depends on the density
of the output device._________________________
سؤال
Relative units define a font size using one of five standard units of measurement._________________________
سؤال
To import a style sheet, add the command
=import url(url);
to the style sheet file, where url is the URL of an external style sheet file._________________________
سؤال
Writing a style rule on a single line saves space, but entering each style property
on a separate line often makes your code easier to read and edit._________________________
سؤال
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.
سؤال
A parent element is an element that contains one or more other elements, which are child elements of the parent._________________________
سؤال
RGB triplets can describe 256^3 (16.7 million)possible colors, which is a greater number of colors than the human eye can distinguish._________________________
سؤال
CSS2 made it possible to create Web pages that had visually interesting and attractive
designs and layouts._________________________
سؤال
Hue measures the brightness of the color and ranges from 0% (black)up to
100% (white)._________________________
سؤال
A user could change the font size assigned to paragraph and heading text, set foreground and background colors, and specify whether or not to display _____ images.

A) outline
B) inline
C) clip art
D) graphic
سؤال
A decimal is a number expressed in base 16 rather than in the base 10 form we use every day._________________________
سؤال
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
سؤال
Color also evokes an emotional response, in which certain colors are associated with
Particular feelings or concepts, such as the color ____ for assertive, powerful, sexy, and dangerous.

A) black
B) orange
C) blue
D) red
سؤال
If you use a hexadecimal value for a color, you preface the hexadecimal string with a(n)____.

A) pound symbol
B) ampersand
C) question mark
D) exclamation point
سؤال
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 __________.

A) style sheets
B) an embedded style sheet
C) style inheritance
D) style link
سؤال
Style comments can also be added to embedded style sheets as long as they are placed between the opening and closing
سؤال
In the hexadecimal system, 21 is expressed as ____.

A) 1F
B) F
C) 15
D) F1
سؤال
____ units define a font size using one of five standard units of measurement.

A) Relative
B) Absolute
C) Standard
D) Uppercase
سؤال
Yellow has the triplet ____.

A) (0, 0, 0)
B) (255, 255, 0)
C) (0, 255, 255)
D) (255, 0, 255)
سؤال
Inline styles are styles applied directly to specific elements using the style attribute

Where element is the HTML element and _______ are CSS styles applied to that element.

A) style rules
B) element
C) element style
D) style
سؤال
____ units express font size relative to the size of other objects within the Web page.

A) Absolute
B) Relative
C) Standard
D) Output
سؤال
Adding all 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
سؤال
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;
سؤال
CSS supports the ___ basic color names.

A) 16
B) 64
C) 256
D) 216
سؤال
The @import rule has the same impact as adding multiple ____ elements to the
HTML file.

A) connection
B) link
C) contact
D) integrated
سؤال
Many Web browsers now include _______ tools to allow page designers to
Track each style back to its source.

A) designer
B) planner
C) developer
D) creator
سؤال
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
سؤال
CSS supports styles to define both the text and ______ color for each element on your page.

A) font
B) background
C) style
D) forecolor
سؤال
In the hexadecimal system, 16 is expressed as ____.

A) 1F
B) F
C) 10
D) 1
سؤال
Browsers recognize five ____ font groups.

A) specific
B) monospace
C) generic
D) designed
سؤال
CSS allows RGB values to be entered as ____.

A) decimals
B) hexadecimals
C) WYSIWYG values
D) RBG values
سؤال
A technique known as ______ enhancement places code conforming to older
Standards before newer properties.

A) color
B) progressive
C) text
D) opacity
سؤال
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
سؤال
Extending the first line of text to the left of the text block creates a ____ indent.

A) tracking
B) kerning
C) leading
D) hanging
سؤال
The amount of space between words is called ____.

A) kerning
B) tracking
C) pacing
D) dithering
سؤال
If an element contains 12pt text, a length of 2em equals ____.

A) 24pts
B) 12pts
C) 4pts
D) 2pts
سؤال
A typeface in which each character has the same width and is often used to display programming code is ______

A) monospace
B) serif
C) cursive
D) fantasy
سؤال
With semi-transparent colors, the final color rendered by a browser depends on the
Background color of the ______element.

A) parent
B) child
C) sibling
D) descendant
سؤال
Two child elements that share the same parent are referred to as ______ elements.

A) parent
B) sibling
C) child
D) descendant
سؤال
Graphic designers consider ____ easier to use because it allows you to guess at an
Initial color based on hue and then tweak the saturation and lightness values to fine-tune
The final color.

A) HTML
B) CSS
C) HSL
D) HTM
سؤال
______ measures the brightness of the color and ranges from 0% (black)up to
100% (white).

A) Hue
B) Saturation
C) Lightness
D) Darkness
سؤال
The amount of space between pairs of letters is referred to as the ____.

A) tracking
B) dithering
C) kerning
D) pacing
سؤال
____ is the tint of the color and is based on the color's location on the color
Wheel.

A) Hue
B) Saturation
C) Lightness
D) Darkness
سؤال
______ 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
سؤال
A(n)____ represents a single dot on the output device.

A) element
B) icon
C) link
D) pixel
سؤال
____ is the space between lines of text.

A) Tracking
B) Kerning
C) Leading
D) Dithering
سؤال
A _____ element is an element that contains one or more other elements, which are child elements.

A) family
B) sibling
C) parent
D) descendant
سؤال
The default unit of length for kerning and tracking is the ____.

A) pica
B) pixel
C) point
D) inch
سؤال
_____ defines how much of the colors below the surface of the current object show through to affect its appearance.

A) Clarity
B) Saturation
C) Lightness
D) Opacity
سؤال
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
سؤال
The style rule
* {color: blue;}
Uses the asterisk (*)selector-also known as the ______ selector-to select all elements
In the document.

A) character
B) text
C) wildcard
D) object
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/137
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 3: Designing a Web Page With CSS
1
In every version of CSS, you apply a style rule containing a list of style properties to an
element or a group of elements known as a selector.
True
2
Absolute measurements are appropriate when you know the physical properties of
an output device and want to fix a size to a specific value.
True
3
Links that are underlined or highlighted only when the mouse pointer hovers over the linked text display what is known as the hover over effect.
False
4
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
5
Without underlines, there is no visual clue that the links in the navigation list act as hypertext.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
6
A color value is an alphabetic expression that describes the properties of a color.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
7
List style types can be used with contextual selectors to create an outline style based
on nested lists.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
8
CSS also allows RGB values to be entered as hexadecimal numbers.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
9
The exact order in which external style sheets and embedded style sheets are processed
by the browser depends on the order in which they are listed within the HTML file.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
10
A generic font describes the general appearance of a typeface, but does not rely on a specific font definition.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
11
Web pages are unstructured documents in which elements are nested within other elements,
forming a hierarchy of elements.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
12
The first style sheet interpreted by the browser is the one built in to the browser itself.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
13
The subscript and superscript styles lower or raise text vertically, as well as resize it.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
14
By default, browsers offset ordered and unordered lists from the surrounding text.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
15
Saturation measures the intensity of the chosen color and ranges from 0% (no color)up to 100% (full color).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
16
Style sheets cannot be as long and complicated as HTML files.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
17
Another type of style sheet created by a Web page author is an embedded style sheet,
in which the styles are inserted directly within the body element of an HTML document.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
18
To render a document, the device displaying the page needs a style sheet that specifies the appearance of each page element.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
19
Styles set by the author of a Web page and stored in an internal style sheet are loaded
after internal and user-defined style sheets.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
20
Good management skills are as crucial to good Web design as a well-chosen color or typeface.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
21
A general font is a font that is identified by name, such as Times New Roman or Helvetica._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
22
The second version of CSS, CSS2, was introduced in 1998, expanding the language to provide styles to _________.

A) set the font size, type, and other properties of Web page text
B) apply a background image to any element
C) specify background and foreground colors of different page elements
D) position elements at specific locations on a page
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
23
The @font-face rule is one example of a CSS @rule, which specifies a command or directive that controls how browsers interpret and run the contents of a CSS style sheet._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
24
Structural pseudo-elements are used to classify items based on their locations within the
hierarchy of page elements._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
25
One approach to retaining 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._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
26
Leading refers to the amount of space between characters, while tracking refers to the amount of space between words._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
27
The ______ statement must always come before any other style rules in the style
Sheet.

A) @import
B) @embed
C) !import
D) !embed
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
28
An external style sheet is included by adding the link element

To the document head, where ______is the URL of the external style sheet file.

A) stylesheet
B) text/css
C) url
D) href
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
29
The style sheet rules in a(n)________ style sheet take precedence over any rules set in the browser's internal style sheet or in a user-defined style sheet.

A) internal
B) outside
C) embedded
D) external
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
30
A pixel is a relative unit because the actual rendered size depends on the density
of the output device._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
31
Relative units define a font size using one of five standard units of measurement._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
32
To import a style sheet, add the command
=import url(url);
to the style sheet file, where url is the URL of an external style sheet file._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
33
Writing a style rule on a single line saves space, but entering each style property
on a separate line often makes your code easier to read and edit._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
34
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
35
A parent element is an element that contains one or more other elements, which are child elements of the parent._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
36
RGB triplets can describe 256^3 (16.7 million)possible colors, which is a greater number of colors than the human eye can distinguish._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
37
CSS2 made it possible to create Web pages that had visually interesting and attractive
designs and layouts._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
38
Hue measures the brightness of the color and ranges from 0% (black)up to
100% (white)._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
39
A user could change the font size assigned to paragraph and heading text, set foreground and background colors, and specify whether or not to display _____ images.

A) outline
B) inline
C) clip art
D) graphic
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
40
A decimal is a number expressed in base 16 rather than in the base 10 form we use every day._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
41
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
42
Color also evokes an emotional response, in which certain colors are associated with
Particular feelings or concepts, such as the color ____ for assertive, powerful, sexy, and dangerous.

A) black
B) orange
C) blue
D) red
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
43
If you use a hexadecimal value for a color, you preface the hexadecimal string with a(n)____.

A) pound symbol
B) ampersand
C) question mark
D) exclamation point
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
44
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 __________.

A) style sheets
B) an embedded style sheet
C) style inheritance
D) style link
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
45
Style comments can also be added to embedded style sheets as long as they are placed between the opening and closing
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
46
In the hexadecimal system, 21 is expressed as ____.

A) 1F
B) F
C) 15
D) F1
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
47
____ units define a font size using one of five standard units of measurement.

A) Relative
B) Absolute
C) Standard
D) Uppercase
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
48
Yellow has the triplet ____.

A) (0, 0, 0)
B) (255, 255, 0)
C) (0, 255, 255)
D) (255, 0, 255)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
49
Inline styles are styles applied directly to specific elements using the style attribute

Where element is the HTML element and _______ are CSS styles applied to that element.

A) style rules
B) element
C) element style
D) style
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
50
____ units express font size relative to the size of other objects within the Web page.

A) Absolute
B) Relative
C) Standard
D) Output
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
51
Adding all 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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
52
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;
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
53
CSS supports the ___ basic color names.

A) 16
B) 64
C) 256
D) 216
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
54
The @import rule has the same impact as adding multiple ____ elements to the
HTML file.

A) connection
B) link
C) contact
D) integrated
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
55
Many Web browsers now include _______ tools to allow page designers to
Track each style back to its source.

A) designer
B) planner
C) developer
D) creator
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
56
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
57
CSS supports styles to define both the text and ______ color for each element on your page.

A) font
B) background
C) style
D) forecolor
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
58
In the hexadecimal system, 16 is expressed as ____.

A) 1F
B) F
C) 10
D) 1
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
59
Browsers recognize five ____ font groups.

A) specific
B) monospace
C) generic
D) designed
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
60
CSS allows RGB values to be entered as ____.

A) decimals
B) hexadecimals
C) WYSIWYG values
D) RBG values
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
61
A technique known as ______ enhancement places code conforming to older
Standards before newer properties.

A) color
B) progressive
C) text
D) opacity
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
62
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
63
Extending the first line of text to the left of the text block creates a ____ indent.

A) tracking
B) kerning
C) leading
D) hanging
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
64
The amount of space between words is called ____.

A) kerning
B) tracking
C) pacing
D) dithering
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
65
If an element contains 12pt text, a length of 2em equals ____.

A) 24pts
B) 12pts
C) 4pts
D) 2pts
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
66
A typeface in which each character has the same width and is often used to display programming code is ______

A) monospace
B) serif
C) cursive
D) fantasy
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
67
With semi-transparent colors, the final color rendered by a browser depends on the
Background color of the ______element.

A) parent
B) child
C) sibling
D) descendant
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
68
Two child elements that share the same parent are referred to as ______ elements.

A) parent
B) sibling
C) child
D) descendant
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
69
Graphic designers consider ____ easier to use because it allows you to guess at an
Initial color based on hue and then tweak the saturation and lightness values to fine-tune
The final color.

A) HTML
B) CSS
C) HSL
D) HTM
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
70
______ measures the brightness of the color and ranges from 0% (black)up to
100% (white).

A) Hue
B) Saturation
C) Lightness
D) Darkness
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
71
The amount of space between pairs of letters is referred to as the ____.

A) tracking
B) dithering
C) kerning
D) pacing
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
72
____ is the tint of the color and is based on the color's location on the color
Wheel.

A) Hue
B) Saturation
C) Lightness
D) Darkness
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
73
______ 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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
74
A(n)____ represents a single dot on the output device.

A) element
B) icon
C) link
D) pixel
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
75
____ is the space between lines of text.

A) Tracking
B) Kerning
C) Leading
D) Dithering
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
76
A _____ element is an element that contains one or more other elements, which are child elements.

A) family
B) sibling
C) parent
D) descendant
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
77
The default unit of length for kerning and tracking is the ____.

A) pica
B) pixel
C) point
D) inch
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
78
_____ defines how much of the colors below the surface of the current object show through to affect its appearance.

A) Clarity
B) Saturation
C) Lightness
D) Opacity
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
79
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
80
The style rule
* {color: blue;}
Uses the asterisk (*)selector-also known as the ______ selector-to select all elements
In the document.

A) character
B) text
C) wildcard
D) object
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 137 في هذه المجموعة.