Deck 7: Using Advanced Cascading Style Sheets

ملء الشاشة (f)
exit full mode
سؤال
In the padding property statement,padding: 25px 50px 75px;the left padding is ____.

A)100px
B)75px
C)50px
D)25px
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
The code for an embedded style sheet must be inserted between start and end ____ tags.

A)< style >
B)< format >
C)comment
D)< css >
سؤال
Which of the following is NOT a way to add the line-height value?

A)by number
B)by percentage
C)by length
D)by style
سؤال
A style ____ is a series of rules that defines the style for a Web page or an entire Web site.

A)grid
B)sheet
C)document
D)table
سؤال
A ____ is a rule that defines the appearance of an element on a Web page.

A)style
B)view
C)format
D)cascade
سؤال
For Web pages in which you want a common look,use ____ style sheets.

A)embedded
B)external
C)inline
D)dynamic
سؤال
The padding property uses the ____ property code.

A)shorthand
B)abridged
C)concatenated
D)indexed
سؤال
Which of the following kinds of style sheets are overridden by inline styles?

A)embedded
B)external
C)neither a nor b
D)both a and b
سؤال
If you specify line-height by number,the browser uses the ____ property to determine the space.

A)font-size
B)line-size
C)line-space
D)tracking
سؤال
A(n)____ style sheet is used to change the style within an individual HTML tag.

A)embedded
B)external
C)inline
D)dynamic
سؤال
If you want to change the style of one or a few sections of a single Web page,then using ____ style sheets is the most appropriate

A)embedded
B)external
C)inline
D)dynamic
سؤال
A(n)____ style sheet is used to change the style of one Web page.

A)embedded
B)external
C)inline
D)dynamic
سؤال
If you have several Web pages and need a consistent style that can be easily updated,____ is a good choice.

A)DHTML
B)CSS
C)XML
D)both a and c
سؤال
All of the following are types of CSS EXCEPT ____.

A)embedded
B)inline
C)dynamic
D)external
سؤال
The ____ property is a good way to add additional space between words.

A)tracking
B)leading
C)kerning
D)word-spacing
سؤال
Within the style tag container,Web developers generally follow the coding practice to add HTML ____ tags.

A)index
B)body
C)comment
D)format
سؤال
In the padding property statement,padding: 25px 50px 75px 100px;the top padding is ____.

A)100px
B)75px
C)50px
D)25px
سؤال
An external style sheet must be saved as a(n)____ file.

A).html
B).xml
C).ext
D).css
سؤال
A(n)____ statement must be inserted into all Web pages in which you want to use an external style sheet.

A)index
B)connect
C)link
D)attach
سؤال
A(n)____ style sheet is used to change the style of multiple pages in a Web site.

A)embedded
B)external
C)inline
D)dynamic
سؤال
You can specify font-weight using numerical values from ____.

A)1 to 10
B)100 to 900
C)100 to 1000
D)1000 to 5000
سؤال
The ____ property value is the default.

A)absolute
B)relative
C)fixed
D)static
سؤال
With external style sheets,the link statement is placed between the ____ tags.

A)< html > < /html >
B)< body > < /body >
C)< head > < /head >
D)< css > < /css >
سؤال
You can set specific styles using the ____ tags.

A)< div > < /div >
B)< set > < /set >
C)< css > < /css >
D)< format > < /format >
سؤال
One ____ is the x-height of a font.

A)pc
B)ex
C)pt
D)em
سؤال
The ____ property value generates an absolutely positioned element,positioned relative to the browser window.

A)absolute
B)relative
C)fixed
D)static
سؤال
The ____ model describes the structure of the elements that are displayed on the Web page.

A)space
B)spatial
C)visual
D)box
سؤال
A(n)____ is equivalent to 12 points.

A)pixel
B)pica
C)ex
D)em
سؤال
The measurement x-height is usually about ____ the font size.

A)one-eighth
B)one-quarter
C)half
D)double
سؤال
Which of the following is NOT a position property value?

A)dynamic
B)fixed
C)absolute
D)static
سؤال
The ____ is a very useful unit in CSS because it adapts automatically to the font size that the Web page visitor uses.

A)ex
B)em
C)pica
D)point
سؤال
With the font-weight property,normal text that is not bold has a value of ____.

A)4
B)40
C)400
D)4000
سؤال
The ____ code sets the style so that the Web page element remains constant and does not move.

A)placement: fixed
B)index: permanent
C)order: absolute
D)position: absolute
سؤال
The ____ property value generates an absolutely positioned element,positioned relative to the first parent element that has a position other than static.

A)absolute
B)relative
C)fixed
D)static
سؤال
Which of the following is not an element of the box model?

A)content
B)border
C)padding
D)format
سؤال
If you do not use the ____ property,the elements display on the Web page in the order in which they appear.

A)order
B)index
C)placement
D)position
سؤال
The ____ property value generates a relatively positioned element,positioned relative to its normal position.

A)absolute
B)relative
C)fixed
D)static
سؤال
Which of the following is a measurement value for padding?

A)&
B)pt
C)er
D)pd
سؤال
The ____ property value places the element in the normal flow.

A)absolute
B)relative
C)fixed
D)static
سؤال
A(n)____ is equivalent to 1/72 of an inch.

A)pica
B)point
C)pixel
D)em
سؤال
If there are styles that are to be repeated in a particular Web page (or in a few pages),you would be better off using an inline style sheet rather than an embedded style sheet.
سؤال
CSS is rarely used for formatting Web pages with tabular material because it is ill-suited to the task.
سؤال
If you want all paragraphs of text to have the same style within one Web page,then it makes more sense to embed that style rather than add the style to each paragraph tag within the Web page.
سؤال
HTML < style > tags are often used to hide any script language that an older browser cannot interpret.
سؤال
Although CSS allows Web developers to make changes to the design of a Web page,CSS is limited in its ability to define the appearance,or style,across one or more Web pages.
سؤال
If you find that the style from an embedded style sheet is used on more Web pages as time goes on,you should create an external style sheet and link it into all Web pages in which you had previously inserted an embedded style sheet.
سؤال
You can specify all the padding values in a single property.
سؤال
Using HTML tags and CSS to change the way a Web page appears in a Web browser,such as adding ____,is known as the style of the Web page.

A)italic
B)headings
C)colors
D)tables
سؤال
For Web sites with many Web pages that have a common look,a(n)embedded style sheet may be the best option._________________________
سؤال
Which of the following is a unit of measurement you can use with the line-height property?

A)inch
B)pt
C)em
D)ex
سؤال
The greatest benefit of CSS is the ability to identify a style across a Web site.
سؤال
The embedded style sheet is good to use if you want the style to affect one (or a few)Web pages,and not all pages across the Web site._________________________
سؤال
The embedded style sheet overrides inline style sheets._________________________
سؤال
Which of the following is a length unit used with the word-spacing property?

A)inches
B)points
C)centimeters
D)picas
سؤال
The unit 1ex is equal to the current font size._________________________
سؤال
If a style is intended for most (or all)of the Web pages on a Web site,you may want to use a(n)____ style sheet.

A)dynamic
B)embedded
C)external
D)inline
سؤال
With the line-height property,you can control the horizontal spacing between lines of text._________________________
سؤال
You can use shorthand properties with ____.

A)padding
B)margins
C)borders
D)fonts
سؤال
External style sheets override inline styles and embedded style sheets.
سؤال
The padding property can have one to four values.
سؤال
With ____________________ you can establish a standard look for all Web pages on a Web site.
سؤال
The ex unit adapts automatically to the font size that the Web page visitor uses.
سؤال
The unit ____________________ means pixels.
سؤال
With the font-weight property,100 is the boldest option of the font.
سؤال
A(n)____________________ is a dot on the computer screen.
سؤال
Determining an effective structure of your Web pages involves correctly determining the box model controls.
سؤال
The ____________________ property allows a Web developer to shorten the code.
سؤال
The CSS ____________________ property gives you the ability to control line height.
سؤال
To link a style sheet to a Web page,the < link > tag must use "text/css" as the value for the type property.
سؤال
With the font-weight property,each larger number is at least as bold as the one above it.
سؤال
When Web site visitors print a Web page,they generally want to print the content of the Web page,which would include a navigation menu bar,for example.
سؤال
In the tag,< link rel="stylesheet" type="css" href="sheetname.css" / >,the external style sheet is located in the main or root directory of the Web site.
سؤال
You can limit what prints by creating an external style sheet that is used specifically to se the styles for a printed Web page.
سؤال
The embedded style sheet is the most powerful and lowest precedence style sheet.
سؤال
Paged media is the same as continuous media in that the content of the document is not split into one or more discrete pages.
سؤال
You can find an abundance of information on the box model troubleshooting tools like those in Firebug or Google Chrome's Developer Tools.
سؤال
The general format of the < link > tag is < link rel="stylesheet" type="css" href="sheetname.css" / >.
سؤال
The user determines how bold each font-weight value is as he or she displays the Web page.
سؤال
Page selectors give a Web developer the flexibility to designate the first page,all left pages,or all right pages.
سؤال
The hover technique used for links adds a bit of interactivity and can be used to help highlight the menu and submenu structure for the user.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/112
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 7: Using Advanced Cascading Style Sheets
1
In the padding property statement,padding: 25px 50px 75px;the left padding is ____.

A)100px
B)75px
C)50px
D)25px
C
2
The code for an embedded style sheet must be inserted between start and end ____ tags.

A)< style >
B)< format >
C)comment
D)< css >
A
3
Which of the following is NOT a way to add the line-height value?

A)by number
B)by percentage
C)by length
D)by style
D
4
A style ____ is a series of rules that defines the style for a Web page or an entire Web site.

A)grid
B)sheet
C)document
D)table
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
5
A ____ is a rule that defines the appearance of an element on a Web page.

A)style
B)view
C)format
D)cascade
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
6
For Web pages in which you want a common look,use ____ style sheets.

A)embedded
B)external
C)inline
D)dynamic
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
7
The padding property uses the ____ property code.

A)shorthand
B)abridged
C)concatenated
D)indexed
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
8
Which of the following kinds of style sheets are overridden by inline styles?

A)embedded
B)external
C)neither a nor b
D)both a and b
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
9
If you specify line-height by number,the browser uses the ____ property to determine the space.

A)font-size
B)line-size
C)line-space
D)tracking
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
10
A(n)____ style sheet is used to change the style within an individual HTML tag.

A)embedded
B)external
C)inline
D)dynamic
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
11
If you want to change the style of one or a few sections of a single Web page,then using ____ style sheets is the most appropriate

A)embedded
B)external
C)inline
D)dynamic
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
12
A(n)____ style sheet is used to change the style of one Web page.

A)embedded
B)external
C)inline
D)dynamic
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
13
If you have several Web pages and need a consistent style that can be easily updated,____ is a good choice.

A)DHTML
B)CSS
C)XML
D)both a and c
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
14
All of the following are types of CSS EXCEPT ____.

A)embedded
B)inline
C)dynamic
D)external
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
15
The ____ property is a good way to add additional space between words.

A)tracking
B)leading
C)kerning
D)word-spacing
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
16
Within the style tag container,Web developers generally follow the coding practice to add HTML ____ tags.

A)index
B)body
C)comment
D)format
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
17
In the padding property statement,padding: 25px 50px 75px 100px;the top padding is ____.

A)100px
B)75px
C)50px
D)25px
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
18
An external style sheet must be saved as a(n)____ file.

A).html
B).xml
C).ext
D).css
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
19
A(n)____ statement must be inserted into all Web pages in which you want to use an external style sheet.

A)index
B)connect
C)link
D)attach
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
20
A(n)____ style sheet is used to change the style of multiple pages in a Web site.

A)embedded
B)external
C)inline
D)dynamic
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
21
You can specify font-weight using numerical values from ____.

A)1 to 10
B)100 to 900
C)100 to 1000
D)1000 to 5000
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
22
The ____ property value is the default.

A)absolute
B)relative
C)fixed
D)static
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
23
With external style sheets,the link statement is placed between the ____ tags.

A)< html > < /html >
B)< body > < /body >
C)< head > < /head >
D)< css > < /css >
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
24
You can set specific styles using the ____ tags.

A)< div > < /div >
B)< set > < /set >
C)< css > < /css >
D)< format > < /format >
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
25
One ____ is the x-height of a font.

A)pc
B)ex
C)pt
D)em
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
26
The ____ property value generates an absolutely positioned element,positioned relative to the browser window.

A)absolute
B)relative
C)fixed
D)static
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
27
The ____ model describes the structure of the elements that are displayed on the Web page.

A)space
B)spatial
C)visual
D)box
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
28
A(n)____ is equivalent to 12 points.

A)pixel
B)pica
C)ex
D)em
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
29
The measurement x-height is usually about ____ the font size.

A)one-eighth
B)one-quarter
C)half
D)double
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
30
Which of the following is NOT a position property value?

A)dynamic
B)fixed
C)absolute
D)static
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
31
The ____ is a very useful unit in CSS because it adapts automatically to the font size that the Web page visitor uses.

A)ex
B)em
C)pica
D)point
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
32
With the font-weight property,normal text that is not bold has a value of ____.

A)4
B)40
C)400
D)4000
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
33
The ____ code sets the style so that the Web page element remains constant and does not move.

A)placement: fixed
B)index: permanent
C)order: absolute
D)position: absolute
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
34
The ____ property value generates an absolutely positioned element,positioned relative to the first parent element that has a position other than static.

A)absolute
B)relative
C)fixed
D)static
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
35
Which of the following is not an element of the box model?

A)content
B)border
C)padding
D)format
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
36
If you do not use the ____ property,the elements display on the Web page in the order in which they appear.

A)order
B)index
C)placement
D)position
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
37
The ____ property value generates a relatively positioned element,positioned relative to its normal position.

A)absolute
B)relative
C)fixed
D)static
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
38
Which of the following is a measurement value for padding?

A)&
B)pt
C)er
D)pd
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
39
The ____ property value places the element in the normal flow.

A)absolute
B)relative
C)fixed
D)static
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
40
A(n)____ is equivalent to 1/72 of an inch.

A)pica
B)point
C)pixel
D)em
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
41
If there are styles that are to be repeated in a particular Web page (or in a few pages),you would be better off using an inline style sheet rather than an embedded style sheet.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
42
CSS is rarely used for formatting Web pages with tabular material because it is ill-suited to the task.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
43
If you want all paragraphs of text to have the same style within one Web page,then it makes more sense to embed that style rather than add the style to each paragraph tag within the Web page.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
44
HTML < style > tags are often used to hide any script language that an older browser cannot interpret.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
45
Although CSS allows Web developers to make changes to the design of a Web page,CSS is limited in its ability to define the appearance,or style,across one or more Web pages.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
46
If you find that the style from an embedded style sheet is used on more Web pages as time goes on,you should create an external style sheet and link it into all Web pages in which you had previously inserted an embedded style sheet.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
47
You can specify all the padding values in a single property.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
48
Using HTML tags and CSS to change the way a Web page appears in a Web browser,such as adding ____,is known as the style of the Web page.

A)italic
B)headings
C)colors
D)tables
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
49
For Web sites with many Web pages that have a common look,a(n)embedded style sheet may be the best option._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
50
Which of the following is a unit of measurement you can use with the line-height property?

A)inch
B)pt
C)em
D)ex
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
51
The greatest benefit of CSS is the ability to identify a style across a Web site.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
52
The embedded style sheet is good to use if you want the style to affect one (or a few)Web pages,and not all pages across the Web site._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
53
The embedded style sheet overrides inline style sheets._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
54
Which of the following is a length unit used with the word-spacing property?

A)inches
B)points
C)centimeters
D)picas
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
55
The unit 1ex is equal to the current font size._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
56
If a style is intended for most (or all)of the Web pages on a Web site,you may want to use a(n)____ style sheet.

A)dynamic
B)embedded
C)external
D)inline
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
57
With the line-height property,you can control the horizontal spacing between lines of text._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
58
You can use shorthand properties with ____.

A)padding
B)margins
C)borders
D)fonts
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
59
External style sheets override inline styles and embedded style sheets.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
60
The padding property can have one to four values.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
61
With ____________________ you can establish a standard look for all Web pages on a Web site.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
62
The ex unit adapts automatically to the font size that the Web page visitor uses.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
63
The unit ____________________ means pixels.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
64
With the font-weight property,100 is the boldest option of the font.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
65
A(n)____________________ is a dot on the computer screen.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
66
Determining an effective structure of your Web pages involves correctly determining the box model controls.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
67
The ____________________ property allows a Web developer to shorten the code.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
68
The CSS ____________________ property gives you the ability to control line height.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
69
To link a style sheet to a Web page,the < link > tag must use "text/css" as the value for the type property.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
70
With the font-weight property,each larger number is at least as bold as the one above it.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
71
When Web site visitors print a Web page,they generally want to print the content of the Web page,which would include a navigation menu bar,for example.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
72
In the tag,< link rel="stylesheet" type="css" href="sheetname.css" / >,the external style sheet is located in the main or root directory of the Web site.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
73
You can limit what prints by creating an external style sheet that is used specifically to se the styles for a printed Web page.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
74
The embedded style sheet is the most powerful and lowest precedence style sheet.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
75
Paged media is the same as continuous media in that the content of the document is not split into one or more discrete pages.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
76
You can find an abundance of information on the box model troubleshooting tools like those in Firebug or Google Chrome's Developer Tools.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
77
The general format of the < link > tag is < link rel="stylesheet" type="css" href="sheetname.css" / >.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
78
The user determines how bold each font-weight value is as he or she displays the Web page.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
79
Page selectors give a Web developer the flexibility to designate the first page,all left pages,or all right pages.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
80
The hover technique used for links adds a bit of interactivity and can be used to help highlight the menu and submenu structure for the user.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.