Deck 2: Basic Organization Techniques

Full screen (f)
exit full mode
Question
The tag that indicates the beginning of a paragraph is the ____ tag.

A) < par>
B) < pg>
C) < p>
D) < gr>
Use Space or
up arrow
down arrow
to flip the card.
Question
Many HTML tags are being deleted,which means they are being downgraded,devalued,or even becoming obsolete.____________________
Question
Hyperlinks are created with special tags called post tags.____________________
Question
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
Question
To change the background color of your page,you can add the background ____.

A) attribute
B) link
C) value
D) behavior
Question
Hexadecimal digits operate on a base-8 number system rather than the base-10 number system we normally use.____________________
Question
The quotation marks (")are created by holding down the Shift key and pressing the comma (,)key.
Question
Most browsers are not backward compatible;that is,they do not read the older HTML tags.
Question
Mixing red and green color shades in an incorrect way can cause color-blind people to struggle with the text.
Question
The br tag does not need a pair or a separate closing tag but should still be closed.
Question
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>.
Question
You can add attributes and values to the < hr /> tag to change the size and shape of the horizontal rule.
Question
Links change color after they have been clicked.
Question
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 />
Question
In HTML,values are always placed in parentheses.
Question
In Notepad,word-wrap settings have no impact on your HTML code or how a page is displayed by a browser.
Question
You can easily organize text with the help of a few new tags including ____ for break.

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

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

A) number
B) text
C) image
D) flash
Question
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>
Question
With CSS,you define your styles in advance between the ____ tags.

A) < cascading>
B) < style>
C) < sheets>
D) < theme>
Question
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>
Question
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
Question
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
Question
When you see https://,the "s" stands for ____.

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

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

A) attribute
B) link
C) action
D) behavior
Question
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
Question
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
Question
A widely used tag is the ____,or horizontal,rule.

A) < h />
B) < hrule />
C) < hspace />
D) < hr />
Question
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}
Question
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>
Question
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
Question
An easy tag to use to organize a Web page is the < br /> tag.The "br" stands for ____________________.
Question
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
Question
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
Question
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}
Question
URL stands for ____________________.URLs allow a Web browser to pinpoint an exact file on a Web server,or computer,on the Web.
Question
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?
Question
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
Question
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
Question
Color values can be carefully controlled and changed to match virtually every color in the rainbow by using special numerical or ____________________ values.
Question
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
Question
____________________ links are easily identified because they are often underlined and appear in a different color.
Question
The term pixel is short for ____________________,which is the smallest single dot of color your monitor is capable of producing.
Question
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
Question
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
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/50
auto play flashcards
Play
simple tutorial
Full screen (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
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
6
Hexadecimal digits operate on a base-8 number system rather than the base-10 number system we normally use.____________________
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
7
The quotation marks (")are created by holding down the Shift key and pressing the comma (,)key.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
8
Most browsers are not backward compatible;that is,they do not read the older HTML tags.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
9
Mixing red and green color shades in an incorrect way can cause color-blind people to struggle with the text.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
10
The br tag does not need a pair or a separate closing tag but should still be closed.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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>.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
12
You can add attributes and values to the < hr /> tag to change the size and shape of the horizontal rule.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
13
Links change color after they have been clicked.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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 />
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
15
In HTML,values are always placed in parentheses.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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 />
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
18
You would need a magnifying glass to see a pixel.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
19
To use a hyperlink,just click the link.____________________
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
20
The pound sign (#)can be created by holding the Shift key down and pressing the number 4.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
21
Links can be ____.

A) graphics
B)words
C)either a.or b.
D)neither a.nor b.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
22
You can enter color names as ____ values.

A) number
B) text
C) image
D) flash
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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>
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
24
With CSS,you define your styles in advance between the ____ tags.

A) < cascading>
B) < style>
C) < sheets>
D) < theme>
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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>
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
28
When you see https://,the "s" stands for ____.

A) secret
B) stand-alone
C) secure
D) start
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
33
A widely used tag is the ____,or horizontal,rule.

A) < h />
B) < hrule />
C) < hspace />
D) < hr />
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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}
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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>
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
37
An easy tag to use to organize a Web page is the < br /> tag.The "br" stands for ____________________.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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}
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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?
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
47
____________________ links are easily identified because they are often underlined and appear in a different color.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
48
The term pixel is short for ____________________,which is the smallest single dot of color your monitor is capable of producing.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
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
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 50 flashcards in this deck.