Deck 2: Getting Started With CSS

ملء الشاشة (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
لقلب البطاقة.
سؤال
Cascading Style Sheets (CSS)3 introduced opacity to the CSS color models where opacity defines how transparent the color appears.
سؤال
The most common way of accepting user input is through a web form.
سؤال
The subscript and superscript styles lower or raise text vertically,as well as resize it.
سؤال
In the context of formatting lists,by default,unordered lists are displayed with numerals while ordered lists are displayed with a solid disc.
سؤال
A generic font describes the general appearance of a typeface and relies on a specific font definition.
سؤال
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.
سؤال
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.
سؤال
The first style sheet interpreted by a browser is the one built into the browser itself.
سؤال
Embedded styles apply to the Hypertext Markup Language (HTML)documents in which they are created and are accessible to other documents in the website.
سؤال
Saturation measures the intensity of the chosen color and ranges from 0% (no color)up to 100% (full color).
سؤال
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.
سؤال
Cascading Style Sheets (CSS)allow RGB values to be entered as hexadecimal numbers.
سؤال
Browser extensions are identified through the use of a vendor prefix,which indicates the browser vendor that created and supports the property.
سؤال
In addition to the W3C-supported style properties,most browsers supply their own extended library of style properties,known as browser extensions.
سؤال
A color value is an alphabetic expression that represents the intensity of the primary colors.
سؤال
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.
سؤال
The content of a blockquote element is usually placed in quotation marks.
سؤال
User-defined styles are defined by users based on the settings they make while configuring a browser.
سؤال
Absolute units are units that are fixed in size regardless of the output device and are usually used only with printed media.
سؤال
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
سؤال
Relative units define a font size using one of five standard units of measurement.
سؤال
Hue measures the brightness of a color and ranges from 0% (black)up to 100% (white).
سؤال
A parent element is an element that contains one or more elements,which are called its child elements.
سؤال
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
سؤال
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.
سؤال
A decimal is a number expressed in the base 16 numbering system rather than in the commonly used base 10 system.
سؤال
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.
سؤال
A pixel is a relative unit because the actual rendered size depends on the density of the output device.
سؤال
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.
سؤال
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
سؤال
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
سؤال
Leading measures the amount of space between characters,while tracking refers to the amount of space between words.
سؤال
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
سؤال
A generic font is a font that is identified by name,such as Times New Roman or Helvetica.
سؤال
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.
سؤال
RGB triplets can describe 2563 (16.7 million)possible colors,which is a greater number of colors than the human eye can distinguish.
سؤال
To access and load a web font,the @font-face rule should be added to a style sheet.
سؤال
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";
سؤال
In the hexadecimal numbering system,the number 16 is expressed as _____.

A) ​1F
B) ​F
C) ​10
D) ​1
سؤال
_____ 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
سؤال
Yellow has the RGB triplet _____.

A) ​(0,0,0)
B) ​(255,255,0)
C) ​(0,255,255)
D) ​(255,0,255)
سؤال
Identify the correct syntax for adding comments in style sheets.

A) ​< !--comment-- >
B) ​/..comment
C) ​//comment//
D) ​/*comment*/
سؤال
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
سؤال
Cascading Style Sheets (CSS)allow RGB values to be entered as _____.

A) ​binaries
B) ​hexadecimals
C) ​WYSIWYG values
D) ​RBG values
سؤال
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
سؤال
_____ 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 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 _____ statement must always come before any other style rules in a style sheet.

A) ​@import
B) ​@embed
C) ​!import
D) ​!embed
سؤال
In the hexadecimal numbering system,the number 21 is expressed as _____.

A) ​1F
B) ​F
C) ​15
D) ​F1
سؤال
The Cascading Style Sheets (CSS)@rule that imports an external style sheet file located at ur1 is _____.

A) @import url(url);
B) @import "url";
C) @import prefix url
D) @import
Media
{
Url
}
سؤال
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
سؤال
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;
سؤال
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
سؤال
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)
سؤال
_____ measures the brightness of a color and ranges from 0% (black)up to 100% (white).

A) ​Hue
B) ​Saturation
C) ​Lightness
D) ​Darkness
سؤال
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;
سؤال
_____ defines how solid a color appears.

A) ​Clarity
B) ​Saturation
C) ​Lightness
D) ​Opacity
سؤال
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
سؤال
Which of the following is an example of web safe font stacks?

A) ​Calibri
B) ​Book Antiqua
C) ​Bell MT
D) ​Verdana
سؤال
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 generic font group that is a typeface in which each character has the same width.

A) ​sans-serif
B) ​monospace
C) ​fantasy
D) ​cursive
سؤال
_____ units are specified in one of five standard units of measurement.

A) ​Relative
B) ​Absolute
C) ​Standard
D) ​Uppercase
سؤال
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
سؤال
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
سؤال
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
سؤال
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
سؤال
_____ 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
سؤال
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"]
سؤال
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
سؤال
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
سؤال
Identify a contextual selector that matches any element.

A) ​%
B) *
C) ​elem
D) ​elem1,elem2,…
سؤال
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
سؤال
Which of the following browsers supports the web font format "Embedded OpenType"?

A) ​Safari
B) ​Internet Explorer (IE)
C) ​Chrome
D) ​Firefox
سؤال
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";
سؤال
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
سؤال
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"]
سؤال
_____ units express font size according to the size of other objects within a web page.

A) ​Absolute
B) ​Relative
C) ​Standard
D) ​Output
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/148
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 2: Getting Started With CSS
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
Cascading Style Sheets (CSS)3 introduced opacity to the CSS color models where opacity defines how transparent the color appears.
False
3
The most common way of accepting user input is through a web form.
True
4
The subscript and superscript styles lower or raise text vertically,as well as resize it.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
5
In the context of formatting lists,by default,unordered lists are displayed with numerals while ordered lists are displayed with a solid disc.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
6
A generic font describes the general appearance of a typeface and relies on a specific font definition.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
7
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
8
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
9
The first style sheet interpreted by a browser is the one built into the browser itself.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
10
Embedded styles apply to the Hypertext Markup Language (HTML)documents in which they are created and are accessible to other documents in the website.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
11
Saturation measures the intensity of the chosen color and ranges from 0% (no color)up to 100% (full color).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
12
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
13
Cascading Style Sheets (CSS)allow RGB values to be entered as hexadecimal numbers.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
14
Browser extensions are identified through the use of a vendor prefix,which indicates the browser vendor that created and supports the property.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
15
In addition to the W3C-supported style properties,most browsers supply their own extended library of style properties,known as browser extensions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
16
A color value is an alphabetic expression that represents the intensity of the primary colors.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
17
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
18
The content of a blockquote element is usually placed in quotation marks.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
19
User-defined styles are defined by users based on the settings they make while configuring a browser.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
21
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
22
Relative units define a font size using one of five standard units of measurement.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
23
Hue measures the brightness of a color and ranges from 0% (black)up to 100% (white).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
24
A parent element is an element that contains one or more elements,which are called its child elements.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
25
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
26
Structural pseudo-elements are used to classify items based on their locations within the hierarchy of page elements.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
27
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
28
A decimal is a number expressed in the base 16 numbering system rather than in the commonly used base 10 system.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
29
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
30
Embedded styles are directly applied to specific elements using the style attribute.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
31
A pixel is a relative unit because the actual rendered size depends on the density of the output device.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
32
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
33
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
34
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
35
Leading measures the amount of space between characters,while tracking refers to the amount of space between words.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
36
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
37
A generic font is a font that is identified by name,such as Times New Roman or Helvetica.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
38
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
39
RGB triplets can describe 2563 (16.7 million)possible colors,which is a greater number of colors than the human eye can distinguish.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
40
To access and load a web font,the @font-face rule should be added to a style sheet.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
41
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";
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
42
In the hexadecimal numbering system,the number 16 is expressed as _____.

A) ​1F
B) ​F
C) ​10
D) ​1
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
43
_____ 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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
44
Yellow has the RGB triplet _____.

A) ​(0,0,0)
B) ​(255,255,0)
C) ​(0,255,255)
D) ​(255,0,255)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
45
Identify the correct syntax for adding comments in style sheets.

A) ​< !--comment-- >
B) ​/..comment
C) ​//comment//
D) ​/*comment*/
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
46
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
48
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
49
_____ 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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
50
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
51
The _____ statement must always come before any other style rules in a style sheet.

A) ​@import
B) ​@embed
C) ​!import
D) ​!embed
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
52
In the hexadecimal numbering system,the number 21 is expressed as _____.

A) ​1F
B) ​F
C) ​15
D) ​F1
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
53
The Cascading Style Sheets (CSS)@rule that imports an external style sheet file located at ur1 is _____.

A) @import url(url);
B) @import "url";
C) @import prefix url
D) @import
Media
{
Url
}
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
54
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
55
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;
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
56
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
57
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)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
58
_____ measures the brightness of a color and ranges from 0% (black)up to 100% (white).

A) ​Hue
B) ​Saturation
C) ​Lightness
D) ​Darkness
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
59
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;
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
60
_____ defines how solid a color appears.

A) ​Clarity
B) ​Saturation
C) ​Lightness
D) ​Opacity
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
61
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
62
Which of the following is an example of web safe font stacks?

A) ​Calibri
B) ​Book Antiqua
C) ​Bell MT
D) ​Verdana
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
63
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
64
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
65
_____ units are specified in one of five standard units of measurement.

A) ​Relative
B) ​Absolute
C) ​Standard
D) ​Uppercase
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
66
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
67
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
68
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
69
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
70
_____ 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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
71
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"]
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
72
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
73
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
74
Identify a contextual selector that matches any element.

A) ​%
B) *
C) ​elem
D) ​elem1,elem2,…
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
75
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
76
Which of the following browsers supports the web font format "Embedded OpenType"?

A) ​Safari
B) ​Internet Explorer (IE)
C) ​Chrome
D) ​Firefox
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
77
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";
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
78
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
79
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"]
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 148 في هذه المجموعة.
فتح الحزمة
k this deck
80
_____ units express font size according to the size of other objects within a web page.

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