Deck 2: Basic Organization Techniques

ملء الشاشة (f)
exit full mode
سؤال
The tag that indicates the beginning of a paragraph is the ____ tag.

A) < par>
B) < pg>
C) < p>
D) < gr>
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Many HTML tags are being deleted,which means they are being downgraded,devalued,or even becoming obsolete.____________________
سؤال
Hyperlinks are created with special tags called post tags.____________________
سؤال
Hyperlinks can be ____ to allow users to navigate to another Web site,to another Web page at the current Web site,or to a specific location within the current document.

A) highlighted
B) clicked
C) dragged
D) copied
سؤال
To change the background color of your page,you can add the background ____.

A) attribute
B) link
C) value
D) behavior
سؤال
Hexadecimal digits operate on a base-8 number system rather than the base-10 number system we normally use.____________________
سؤال
The quotation marks (")are created by holding down the Shift key and pressing the comma (,)key.
سؤال
Most browsers are not backward compatible;that is,they do not read the older HTML tags.
سؤال
Mixing red and green color shades in an incorrect way can cause color-blind people to struggle with the text.
سؤال
The br tag does not need a pair or a separate closing tag but should still be closed.
سؤال
Although all browsers still recognize the old < center> tag and others like it,the way you should center a title today is to include it as a style inside an appreciated tag such as < h>< /h>.
سؤال
You can add attributes and values to the < hr /> tag to change the size and shape of the horizontal rule.
سؤال
Links change color after they have been clicked.
سؤال
To create a single-spaced break around the text,you would use the ____ tag(s).

A) < p>< /p>
B) < br />
C) < pg>< /pg>
D) < b />
سؤال
In HTML,values are always placed in parentheses.
سؤال
In Notepad,word-wrap settings have no impact on your HTML code or how a page is displayed by a browser.
سؤال
You can easily organize text with the help of a few new tags including ____ for break.

A) < br />
B) < b />
C) < break />
D) < bk />
سؤال
You would need a magnifying glass to see a pixel.
سؤال
To use a hyperlink,just click the link.____________________
سؤال
The pound sign (#)can be created by holding the Shift key down and pressing the number 4.
سؤال
Links can be ____.

A) graphics
B)words
C)either a.or b.
D)neither a.nor b.
سؤال
You can enter color names as ____ values.

A) number
B) text
C) image
D) flash
سؤال
Cole built a Web site for his hockey team to show pictures and game statistics. He is making some changes to the site.
Cole also would like to change the single space between sections to a double space.To do this he would use a ____ tag instead of a < br /> tag.

A) < p />
B) < p>< /p>
C) < dbl />
D) < dbl>< /dbl>
سؤال
With CSS,you define your styles in advance between the ____ tags.

A) < cascading>
B) < style>
C) < sheets>
D) < theme>
سؤال
Cole built a Web site for his hockey team to show pictures and game statistics. He is making some changes to the site.
On Cole's Web site,upcoming hockey game dates and times appear in a bulleted list.However,the bullets appear long after the list should have ended.It is most likely that Cole forgot to close the ____ tag.

A) < /or>
B) < /list>
C) < /bl>
D) < /ul>
سؤال
Kacie is building a Web site to show off the pictures from her vacation to Hawaii. She is deciding on a background color.
At first,Kacie feels that blue would be the best background color for her Web site and enters "aliceblue." In this case,aliceblue is a ____.

A) text value
B) text attribute
C) hexadecimal value
D) hexadecimal attribute
سؤال
Kacie is building a Web site to show off the pictures from her vacation to Hawaii. She is deciding on a background color.
Kacie then decides that since many of her pictures have blue in them,she will change the background color of her Web site to yellow,and enters #FFFF00.In this case,#FFFF00 is a ____.

A) text value
B) text attribute
C) hexadecimal value
D) hexadecimal attribute
سؤال
When you see https://,the "s" stands for ____.

A) secret
B) stand-alone
C) secure
D) start
سؤال
A ____ is a communication system that is used to transfer data over computer networks.

A) system
B) process
C) protocol
D) behavior
سؤال
When you give a tag a color value,you are providing a definition of the ____.

A) attribute
B) link
C) action
D) behavior
سؤال
If you are unsure if a graphic or word is a link,you can simply place your mouse pointer over the word or picture.If it is a link,the pointer changes to a(n)____ pointer.

A) arrow
B) hand
C) hour glass
D) globe
سؤال
By using ____ tags,you can link to another place within your own document,link to a Web page anywhere on the Web,or link to another Web page on your own computer.

A) anchor
B) post
C) help
D) skip
سؤال
A widely used tag is the ____,or horizontal,rule.

A) < h />
B) < hrule />
C) < hspace />
D) < hr />
سؤال
FIGURE 2-1
<strong>FIGURE 2-1   The correct HTML to make the Organizing Tags heading red,as shown above in Figure 2-1,would be ____.</strong> A) h1 {color:Red} B) h2 {color:Red} C) p {color:Red} D) head {color:Red} <div style=padding-top: 35px>
The correct HTML to make the "Organizing Tags" heading red,as shown above in Figure 2-1,would be ____.

A) h1 {color:Red}
B) h2 {color:Red}
C) p {color:Red}
D) head {color:Red}
سؤال
Creating a hyperlink within a document requires a two-step process.The first ____ tag you insert creates a hypertext link to a location within your document.

A) < p>
B) < a>
C) < h>
D) < s>
سؤال
When creating a hyperlink within a document,the ____ identifies the exact location in your Web page to which you want to link.

A) first anchor tag
B) second anchor tag
C) first attribute tag
D) second attribute tag
سؤال
An easy tag to use to organize a Web page is the < br /> tag.The "br" stands for ____________________.
سؤال
Hexadecimal numbers use the letters A,B,C,D,E,and F along with the numbers 0 to 9 to create ____ different digits.

A) 4
B) 8
C) 12
D) 16
سؤال
To view the changes you made to the Web page,you can let the browser know there's an updated file by pressing the ____ function key on a Windows computer.

A) F3
B) F4
C) F5
D) F6
سؤال
FIGURE 2-1
<strong>FIGURE 2-1   The correct HTML to make the sentences under the Organizing Tags heading green,as shown above in Figure 2-1,would be ____.</strong> A) h1 {color:Green} B) h2 {color:Green} C) p {color:Green} D) head {color:Green} <div style=padding-top: 35px>
The correct HTML to make the sentences under the "Organizing Tags" heading green,as shown above in Figure 2-1,would be ____.

A) h1 {color:Green}
B) h2 {color:Green}
C) p {color:Green}
D) head {color:Green}
سؤال
URL stands for ____________________.URLs allow a Web browser to pinpoint an exact file on a Web server,or computer,on the Web.
سؤال
Web designers must pay close attention to Web standards.What is a Web standard? Why is having a Web standard important? What are some of the difficulties involved with using and sticking to Web standards?
سؤال
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
a.Attribute
b.Deprecated
c.Hyperlink
d.Standards
e.Value
Used in HTML to indicate a definition of the attribute
سؤال
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
a.Attribute
b.Deprecated
c.Hyperlink
d.Standards
e.Value
Used in HTML to indicate a special quality
سؤال
Color values can be carefully controlled and changed to match virtually every color in the rainbow by using special numerical or ____________________ values.
سؤال
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
a.Attribute
b.Deprecated
c.Hyperlink
d.Standards
e.Value
Downgraded,devalued,or made obsolete
سؤال
____________________ links are easily identified because they are often underlined and appear in a different color.
سؤال
The term pixel is short for ____________________,which is the smallest single dot of color your monitor is capable of producing.
سؤال
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
a.Attribute
b.Deprecated
c.Hyperlink
d.Standards
e.Value
Used to navigate to another Web site or a place within the current Web site
سؤال
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
a.Attribute
b.Deprecated
c.Hyperlink
d.Standards
e.Value
Web developers follow these so that Web pages display properly
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/50
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 2: Basic Organization Techniques
1
The tag that indicates the beginning of a paragraph is the ____ tag.

A) < par>
B) < pg>
C) < p>
D) < gr>
C
2
Many HTML tags are being deleted,which means they are being downgraded,devalued,or even becoming obsolete.____________________
False
deprecated
3
Hyperlinks are created with special tags called post tags.____________________
False
anchor
4
Hyperlinks can be ____ to allow users to navigate to another Web site,to another Web page at the current Web site,or to a specific location within the current document.

A) highlighted
B) clicked
C) dragged
D) copied
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
5
To change the background color of your page,you can add the background ____.

A) attribute
B) link
C) value
D) behavior
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
6
Hexadecimal digits operate on a base-8 number system rather than the base-10 number system we normally use.____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
7
The quotation marks (")are created by holding down the Shift key and pressing the comma (,)key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
8
Most browsers are not backward compatible;that is,they do not read the older HTML tags.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
9
Mixing red and green color shades in an incorrect way can cause color-blind people to struggle with the text.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
10
The br tag does not need a pair or a separate closing tag but should still be closed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
11
Although all browsers still recognize the old < center> tag and others like it,the way you should center a title today is to include it as a style inside an appreciated tag such as < h>< /h>.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
12
You can add attributes and values to the < hr /> tag to change the size and shape of the horizontal rule.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
13
Links change color after they have been clicked.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
14
To create a single-spaced break around the text,you would use the ____ tag(s).

A) < p>< /p>
B) < br />
C) < pg>< /pg>
D) < b />
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
15
In HTML,values are always placed in parentheses.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
16
In Notepad,word-wrap settings have no impact on your HTML code or how a page is displayed by a browser.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
17
You can easily organize text with the help of a few new tags including ____ for break.

A) < br />
B) < b />
C) < break />
D) < bk />
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
18
You would need a magnifying glass to see a pixel.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
19
To use a hyperlink,just click the link.____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
20
The pound sign (#)can be created by holding the Shift key down and pressing the number 4.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
21
Links can be ____.

A) graphics
B)words
C)either a.or b.
D)neither a.nor b.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
22
You can enter color names as ____ values.

A) number
B) text
C) image
D) flash
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
23
Cole built a Web site for his hockey team to show pictures and game statistics. He is making some changes to the site.
Cole also would like to change the single space between sections to a double space.To do this he would use a ____ tag instead of a < br /> tag.

A) < p />
B) < p>< /p>
C) < dbl />
D) < dbl>< /dbl>
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
24
With CSS,you define your styles in advance between the ____ tags.

A) < cascading>
B) < style>
C) < sheets>
D) < theme>
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
25
Cole built a Web site for his hockey team to show pictures and game statistics. He is making some changes to the site.
On Cole's Web site,upcoming hockey game dates and times appear in a bulleted list.However,the bullets appear long after the list should have ended.It is most likely that Cole forgot to close the ____ tag.

A) < /or>
B) < /list>
C) < /bl>
D) < /ul>
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
26
Kacie is building a Web site to show off the pictures from her vacation to Hawaii. She is deciding on a background color.
At first,Kacie feels that blue would be the best background color for her Web site and enters "aliceblue." In this case,aliceblue is a ____.

A) text value
B) text attribute
C) hexadecimal value
D) hexadecimal attribute
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
27
Kacie is building a Web site to show off the pictures from her vacation to Hawaii. She is deciding on a background color.
Kacie then decides that since many of her pictures have blue in them,she will change the background color of her Web site to yellow,and enters #FFFF00.In this case,#FFFF00 is a ____.

A) text value
B) text attribute
C) hexadecimal value
D) hexadecimal attribute
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
28
When you see https://,the "s" stands for ____.

A) secret
B) stand-alone
C) secure
D) start
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
29
A ____ is a communication system that is used to transfer data over computer networks.

A) system
B) process
C) protocol
D) behavior
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
30
When you give a tag a color value,you are providing a definition of the ____.

A) attribute
B) link
C) action
D) behavior
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
31
If you are unsure if a graphic or word is a link,you can simply place your mouse pointer over the word or picture.If it is a link,the pointer changes to a(n)____ pointer.

A) arrow
B) hand
C) hour glass
D) globe
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
32
By using ____ tags,you can link to another place within your own document,link to a Web page anywhere on the Web,or link to another Web page on your own computer.

A) anchor
B) post
C) help
D) skip
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
33
A widely used tag is the ____,or horizontal,rule.

A) < h />
B) < hrule />
C) < hspace />
D) < hr />
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
34
FIGURE 2-1
<strong>FIGURE 2-1   The correct HTML to make the Organizing Tags heading red,as shown above in Figure 2-1,would be ____.</strong> A) h1 {color:Red} B) h2 {color:Red} C) p {color:Red} D) head {color:Red}
The correct HTML to make the "Organizing Tags" heading red,as shown above in Figure 2-1,would be ____.

A) h1 {color:Red}
B) h2 {color:Red}
C) p {color:Red}
D) head {color:Red}
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
35
Creating a hyperlink within a document requires a two-step process.The first ____ tag you insert creates a hypertext link to a location within your document.

A) < p>
B) < a>
C) < h>
D) < s>
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
36
When creating a hyperlink within a document,the ____ identifies the exact location in your Web page to which you want to link.

A) first anchor tag
B) second anchor tag
C) first attribute tag
D) second attribute tag
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
37
An easy tag to use to organize a Web page is the < br /> tag.The "br" stands for ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
38
Hexadecimal numbers use the letters A,B,C,D,E,and F along with the numbers 0 to 9 to create ____ different digits.

A) 4
B) 8
C) 12
D) 16
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
39
To view the changes you made to the Web page,you can let the browser know there's an updated file by pressing the ____ function key on a Windows computer.

A) F3
B) F4
C) F5
D) F6
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
40
FIGURE 2-1
<strong>FIGURE 2-1   The correct HTML to make the sentences under the Organizing Tags heading green,as shown above in Figure 2-1,would be ____.</strong> A) h1 {color:Green} B) h2 {color:Green} C) p {color:Green} D) head {color:Green}
The correct HTML to make the sentences under the "Organizing Tags" heading green,as shown above in Figure 2-1,would be ____.

A) h1 {color:Green}
B) h2 {color:Green}
C) p {color:Green}
D) head {color:Green}
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
41
URL stands for ____________________.URLs allow a Web browser to pinpoint an exact file on a Web server,or computer,on the Web.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
42
Web designers must pay close attention to Web standards.What is a Web standard? Why is having a Web standard important? What are some of the difficulties involved with using and sticking to Web standards?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
43
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
a.Attribute
b.Deprecated
c.Hyperlink
d.Standards
e.Value
Used in HTML to indicate a definition of the attribute
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
44
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
a.Attribute
b.Deprecated
c.Hyperlink
d.Standards
e.Value
Used in HTML to indicate a special quality
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
45
Color values can be carefully controlled and changed to match virtually every color in the rainbow by using special numerical or ____________________ values.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
46
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
a.Attribute
b.Deprecated
c.Hyperlink
d.Standards
e.Value
Downgraded,devalued,or made obsolete
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
47
____________________ links are easily identified because they are often underlined and appear in a different color.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
48
The term pixel is short for ____________________,which is the smallest single dot of color your monitor is capable of producing.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
49
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
a.Attribute
b.Deprecated
c.Hyperlink
d.Standards
e.Value
Used to navigate to another Web site or a place within the current Web site
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
50
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
a.Attribute
b.Deprecated
c.Hyperlink
d.Standards
e.Value
Web developers follow these so that Web pages display properly
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.