Deck 6: Inserting and Working With Links

Full screen (f)
exit full mode
Question
The a: active style rule must follow the a:hover style rule to be effective. _________________________
Use Space or
up arrow
down arrow
to flip the card.
Question
The text-align property affects the alignment of text only. _________________________
Question
While it's common to change font color for links using pseudo-classes, you can change other element styles as well, including background.
Question
Web pages on a small website never share the same folder on a web server.
Question
To provide more navigation options, it's good practice to include a(n) skip link at the top of each web page, which targets a hash link at the start of the main page content and allows users to bypass navigation. _________________________
Question
A pseudo-class and a class can be used interchangeably.
Question
By default, a link opens a new web page in the same window and tab as the home page. _________________________
Question
To change an element from a block-level element to an inline-element, you use the CSS display property._________________________
Question
Although you can link to documents in almost any format from your web pages, it's important to keep in mind that Java documents are the only ones that your users are guaranteed to be able to access. _________________________
Question
The method for clearing browsing history varies among browsers but is commonly listed under privacy or safety settings.
Question
While several protocols are in use on the Internet, the web uses only http and https.
Question
To make your code easier to read, you can use a link shortener . _________________________
Question
By default a block-level element is rendered with a line break before and after.
Question
Mailto links are widely used.
Question
To create a link, you enclose the text you want to serve as a link within an a element using the tag pair.
Question
To reference a hash link with the href attribute of the an element, you simply precede it with a pound sign .  _________________________
Question
The a:active style rule must follow the a:visited style rule to be effective.
Question
When you enter a URI, you're creating a(n) relative link, which is the full and complete address for the target document on the web._________________________
Question
You can create a link on any text on a web page.
Question
To change the format of a link in reaction to a user's interaction with the link, you use a pseudo-element ._________________________
Question
A relative link, gives only ____  necessary to locate the target document based on the location of the current web page.

A) the path
B) the filename information
C) Both A and B.
D) Neither A nor B.
Question
By convention, a link to a web page or document that a user has already viewed is ____.

A) blue
B) red
C) purple
D) yellow
Question
If the URL you paste contains the & symbol, replace each occurrence with ____ to ensure your code validates

A) &amd;
B) ∧
C) &
D) &anp;
Question
As part of the URL, the ____ is the sequence of folders in which the target document is stored on the server.

A) path
B) scheme
C) style
D) server
Question
You use the href attribute to specify the name of the web page or other document to link to, which is known as the ____ document.

A) source
B) default
C) recipient
D) target
Question
You can combine a relative or absolute link with a hash link to link to a specific element in a different document. Simply enter the URI or filename for the target document, add a(n) ____ to the end, then add the anchor name.

A) pound sign
B) exclamation point
C) question mark
D) percentage sign
Question
A link that creates a new email to a specified recipient starts with ______.

A) sendto:
B) mailto:
C) directto:
D) textto:
Question
The ____ format has become an unofficial web standard for documents that require a specific printed format, such as forms that must be filled out by hand and/or signed, and you can rely on most of your users having the capability to view and print this format.

A) DOC
B) DOCX
C) TXT
D) PDF
Question
When you enter a URL, you're creating a(n) ____ link, which is the full and complete address for the target document on the web.

A) absolute
B) relative
C) parent
D) child
Question
As part of the URL, the ____ is the way that computers ask for and communicate about the requested document.

A) style
B) setting
C) theme
D) scheme
Question
When a link is activated to send an e-mail, it's up to the user agent to identify which program should complete the request. This program is known as the ____ mail client.

A) default
B) standard
C) basic
D) registered
Question
By convention, an unclicked link is ____.

A) blue
B) red
C) purple
D) yellow
Question
Every web page and other document available on the web can be referred to using a uniform resource locator (URL), also known as a web ____, which is a standard format for specifying how and where to access a resource on the Internet.

A) setting
B) site
C) address
D) number
Question
Virtually every website includes a set of links for moving between web pages in the site. This design element is known as a ____ bar.

A) navigation
B) link
C) help
D) home
Question
You create a hash link by assigning unique names to elements in your web page using the HTML ____ attribute.

A) object
B) class
C) type
D) id
Question
A ____ is a categorization of a Web page element, but it is based on a relationship or condition of the element at a given moment, rather than on a static property value.

A) pseudo-category
B) pseudo-class
C) parent-category
D) parent-class
Question
The :focus and ____ can be used interchangeably.

A) :link
B) :visited
C) :hover
D) :active
Question
By convention, a link that a user is in the process of clicking is ____.

A) blue
B) red
C) purple
D) yellow
Question
As part of the URL, the ____ name, such as course.com or mail.Google.com, identifies the general location of the target document on the web.

A) scheme
B) server
C) style
D) path
Question
The a:hover style rule must follow the ____ style rule.

A) a:link
B) a:visited
C) Both A and B.
D) Neither A nor B.
Question
<strong>  Referring to the figure above, a linked text entry is ____.</strong> A) About Us B) Rooms C) Reservations D) All of the above. <div style=padding-top: 35px>
Referring to the figure above, a linked text entry is ____.

A) About Us
B) Rooms
C) Reservations
D) All of the above.
Question
Case-Based Critical Thinking Question
CJ is developing a new website blogging about cutting-edge technologies for people with special needs. He wants to make the site accessible and user friendly.
CJ is concerned that once users are at the end of the article, they might have difficulty navigating to the top of the page. To solve this problem, CJ assigns a(n) _____ to the page's main heading and then creates a link to that heading at the end of each article.

A) hash tag
B) short link
C) ID value
D) _self tag
Question
<strong>  Referring to the figure above, the code shows ____ links.</strong> A) relative B) absolute C) parent D) child <div style=padding-top: 35px>
Referring to the figure above, the code shows ____ links.

A) relative
B) absolute
C) parent
D) child
Question
Case-Based Critical Thinking Question
CJ is developing a new website blogging about cutting-edge technologies for people with special needs. He wants to make the site accessible and user friendly.
CJ knows that some of the visitors who frequent his website will use screen readers. To allow these users to bypass the navigation, he will use a skip link, He wants to position the skip link on the right but first he must use the  ____ property.

A) display
B) right
C) left
D) nav
Question
Figure F-1:  A uniform resource locator (URL)
<strong>Figure F-1:  A uniform resource locator (URL)   Referring to the figure above, the third section showing mail/?shva=1#inbox is the ____.</strong> A) scheme B) server name C) path D) family <div style=padding-top: 35px>
Referring to the figure above, the third section showing "mail/?shva=1#inbox" is the ____.

A) scheme
B) server name
C) path
D) family
Question
  In the figure above, the text Skip navigation is considered to be a(n) ________________ link.<div style=padding-top: 35px>
In the figure above, the text "Skip navigation" is considered to be a(n) ________________ link.
Question
Email ________________ continually explore web pages looking for email addresses that in turn receive spam emails.
Question
Case-Based Critical Thinking Question
Shayla is creating an online newsletter for her gymnastics team.  She is learning about pseudo-class states for linked elements, and wants the linked states to match the school's colors of blue and yellow.
Shayla wants links in the____ state, meaning they have not been clicked, to be blue.

A) a:link
B) a:visited
C) a:active
D) a:new
Question
<strong>  Referring to the figure above,the following entries are unlinked text ____.</strong> A) Home and About Us B) Local Weather and Directions C) Both A and B. D) Neither A nor B. <div style=padding-top: 35px>
Referring to the figure above,the following entries are unlinked text ____.

A) Home and About Us
B) Local Weather and Directions
C) Both A and B.
D) Neither A nor B.
Question
A(n) ________________, more commonly known as a link, is text or another web page element that users can select to open another document containing related content.
Question
Figure F-1:  A uniform resource locator (URL) <strong>Figure F-1:  A uniform resource locator (URL)   Referring to the figure above, the first section showing https: is the ____.</strong> A) scheme B) server name C) path D) family <div style=padding-top: 35px> Referring to the figure above, the first section showing "https:" is the ____.

A) scheme
B) server name
C) path
D) family
Question
Case-Based Critical Thinking Question
Shayla is creating an online newsletter for her gymnastics team.  She is learning about pseudo-class states for linked elements, and wants the linked states to match the school's colors of blue and yellow.
Shayla knows that previously viewed links are in the ____ state, and she sets their color to yellow.

A) a:link
B) a:visited
C) a:active
D) a:hover
Question
A(n) ________________ consists of three parts: the scheme, the server name, and the path.
Question
<strong>  Referring to the figure above, the entries under the main title for Home, About Us, and Rooms are part of the ____ bar.</strong> A) tool B) status C) nav D) scroll <div style=padding-top: 35px>
Referring to the figure above, the entries under the main title for Home, About Us, and Rooms are part of the ____ bar.

A) tool
B) status
C) nav
D) scroll
Question
Figure F-1:  A uniform resource locator (URL)
<strong>Figure F-1:  A uniform resource locator (URL)   Referring to the figure above, the second section showing mail.google.com is the ____.</strong> A) scheme B) server name C) path D) family <div style=padding-top: 35px>
Referring to the figure above, the second section showing "mail.google.com" is the ____.

A) scheme
B) server name
C) path
D) family
Question
<strong>  Referring to the figure above, the link that has been visited is ____.</strong> A) Home B) About Us C) Reservations D) Local Weather <div style=padding-top: 35px>
Referring to the figure above, the link that has been visited is ____.

A) Home
B) About Us
C) Reservations
D) Local Weather
Question
<strong>  Referring to the figure above, the href attribute is the name of a(n) ____ file.</strong> A) Microsoft Word B) PDF C) Text D) HTML <div style=padding-top: 35px>
Referring to the figure above, the href attribute is the name of a(n) ____ file.

A) Microsoft Word
B) PDF
C) Text
D) HTML
Question
Use the ____ value to specify that a linked web page open in a new tab.

A) _self
B) _new
C) _tab
D) _blank
Question
Although you can link to documents in almost any format from your web pages, it's important to keep in mind that ____ documents are the only ones that your users are guaranteed to be able to access

A) HTTP
B) FTP
C) CSS
D) HTML
Question
Case-Based Critical Thinking Question
CJ is developing a new website blogging about cutting-edge technologies for people with special needs. He wants to make the site accessible and user friendly.
CJ wants to link to articles in his website. He has assigned specific values for each ID attribute. To link to that ID attribute, CJ must use a(n) _____ before the ID value in his href statement.

A) *
B) #
C) !
D).
Question
When you want to link to a web page on another web site, you must use a(n) ______ link.
Question
To create a rollover effect, which changes the appearance of the affected object when the mouse is over it but not selecting it, use the  ________________ pseudo-class.
Question
If communication from your users is important, name two alternatives to using mailto links.
Question
Sometimes it's useful to link to locations within the current web page. Instead of linking to URLs or filenames, you link to named locations, known as ________________, within the current document.
Question
A(n) _______ is a generated URL that uses especially short domain names and specially crafted paths to represent larger unwieldy links as manageable links.
Question
To make your code easier to read, you can use a link ________________ such as bit.ly or tinyurl.com, which are web-based services that transform large, unwieldy links into manageable URLs.
Question
Briefly define the following terms and include how they are related to each other: URL, web address, scheme, HTTP, HTTPS, server name, and path.
Question
Match between columns
Docment rendered as if element does not exist
inline-block
Docment rendered as if element does not exist
inline
Docment rendered as if element does not exist
block
Docment rendered as if element does not exist
none
Content that does not expand to the full width of its parent
inline-block
Content that does not expand to the full width of its parent
inline
Content that does not expand to the full width of its parent
block
Content that does not expand to the full width of its parent
none
Box that does not expand to the full width of its parent
inline-block
Box that does not expand to the full width of its parent
inline
Box that does not expand to the full width of its parent
block
Box that does not expand to the full width of its parent
none
Box occupying the full width of its parent element
inline-block
Box occupying the full width of its parent element
inline
Box occupying the full width of its parent element
block
Box occupying the full width of its parent element
none
Question
You need to clear the ______ to reset the appearance of links to their default :link state.
Question
Name and describe the four pseudo-class states for linked elements.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/70
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 6: Inserting and Working With Links
1
The a: active style rule must follow the a:hover style rule to be effective. _________________________
True
2
The text-align property affects the alignment of text only. _________________________
False
3
While it's common to change font color for links using pseudo-classes, you can change other element styles as well, including background.
True
4
Web pages on a small website never share the same folder on a web server.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
5
To provide more navigation options, it's good practice to include a(n) skip link at the top of each web page, which targets a hash link at the start of the main page content and allows users to bypass navigation. _________________________
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
6
A pseudo-class and a class can be used interchangeably.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
7
By default, a link opens a new web page in the same window and tab as the home page. _________________________
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
8
To change an element from a block-level element to an inline-element, you use the CSS display property._________________________
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
9
Although you can link to documents in almost any format from your web pages, it's important to keep in mind that Java documents are the only ones that your users are guaranteed to be able to access. _________________________
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
10
The method for clearing browsing history varies among browsers but is commonly listed under privacy or safety settings.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
11
While several protocols are in use on the Internet, the web uses only http and https.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
12
To make your code easier to read, you can use a link shortener . _________________________
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
13
By default a block-level element is rendered with a line break before and after.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
14
Mailto links are widely used.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
15
To create a link, you enclose the text you want to serve as a link within an a element using the tag pair.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
16
To reference a hash link with the href attribute of the an element, you simply precede it with a pound sign .  _________________________
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
17
The a:active style rule must follow the a:visited style rule to be effective.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
18
When you enter a URI, you're creating a(n) relative link, which is the full and complete address for the target document on the web._________________________
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
19
You can create a link on any text on a web page.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
20
To change the format of a link in reaction to a user's interaction with the link, you use a pseudo-element ._________________________
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
21
A relative link, gives only ____  necessary to locate the target document based on the location of the current web page.

A) the path
B) the filename information
C) Both A and B.
D) Neither A nor B.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
22
By convention, a link to a web page or document that a user has already viewed is ____.

A) blue
B) red
C) purple
D) yellow
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
23
If the URL you paste contains the & symbol, replace each occurrence with ____ to ensure your code validates

A) &amd;
B) ∧
C) &
D) &anp;
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
24
As part of the URL, the ____ is the sequence of folders in which the target document is stored on the server.

A) path
B) scheme
C) style
D) server
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
25
You use the href attribute to specify the name of the web page or other document to link to, which is known as the ____ document.

A) source
B) default
C) recipient
D) target
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
26
You can combine a relative or absolute link with a hash link to link to a specific element in a different document. Simply enter the URI or filename for the target document, add a(n) ____ to the end, then add the anchor name.

A) pound sign
B) exclamation point
C) question mark
D) percentage sign
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
27
A link that creates a new email to a specified recipient starts with ______.

A) sendto:
B) mailto:
C) directto:
D) textto:
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
28
The ____ format has become an unofficial web standard for documents that require a specific printed format, such as forms that must be filled out by hand and/or signed, and you can rely on most of your users having the capability to view and print this format.

A) DOC
B) DOCX
C) TXT
D) PDF
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
29
When you enter a URL, you're creating a(n) ____ link, which is the full and complete address for the target document on the web.

A) absolute
B) relative
C) parent
D) child
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
30
As part of the URL, the ____ is the way that computers ask for and communicate about the requested document.

A) style
B) setting
C) theme
D) scheme
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
31
When a link is activated to send an e-mail, it's up to the user agent to identify which program should complete the request. This program is known as the ____ mail client.

A) default
B) standard
C) basic
D) registered
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
32
By convention, an unclicked link is ____.

A) blue
B) red
C) purple
D) yellow
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
33
Every web page and other document available on the web can be referred to using a uniform resource locator (URL), also known as a web ____, which is a standard format for specifying how and where to access a resource on the Internet.

A) setting
B) site
C) address
D) number
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
34
Virtually every website includes a set of links for moving between web pages in the site. This design element is known as a ____ bar.

A) navigation
B) link
C) help
D) home
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
35
You create a hash link by assigning unique names to elements in your web page using the HTML ____ attribute.

A) object
B) class
C) type
D) id
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
36
A ____ is a categorization of a Web page element, but it is based on a relationship or condition of the element at a given moment, rather than on a static property value.

A) pseudo-category
B) pseudo-class
C) parent-category
D) parent-class
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
37
The :focus and ____ can be used interchangeably.

A) :link
B) :visited
C) :hover
D) :active
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
38
By convention, a link that a user is in the process of clicking is ____.

A) blue
B) red
C) purple
D) yellow
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
39
As part of the URL, the ____ name, such as course.com or mail.Google.com, identifies the general location of the target document on the web.

A) scheme
B) server
C) style
D) path
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
40
The a:hover style rule must follow the ____ style rule.

A) a:link
B) a:visited
C) Both A and B.
D) Neither A nor B.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
41
<strong>  Referring to the figure above, a linked text entry is ____.</strong> A) About Us B) Rooms C) Reservations D) All of the above.
Referring to the figure above, a linked text entry is ____.

A) About Us
B) Rooms
C) Reservations
D) All of the above.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
42
Case-Based Critical Thinking Question
CJ is developing a new website blogging about cutting-edge technologies for people with special needs. He wants to make the site accessible and user friendly.
CJ is concerned that once users are at the end of the article, they might have difficulty navigating to the top of the page. To solve this problem, CJ assigns a(n) _____ to the page's main heading and then creates a link to that heading at the end of each article.

A) hash tag
B) short link
C) ID value
D) _self tag
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
43
<strong>  Referring to the figure above, the code shows ____ links.</strong> A) relative B) absolute C) parent D) child
Referring to the figure above, the code shows ____ links.

A) relative
B) absolute
C) parent
D) child
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
44
Case-Based Critical Thinking Question
CJ is developing a new website blogging about cutting-edge technologies for people with special needs. He wants to make the site accessible and user friendly.
CJ knows that some of the visitors who frequent his website will use screen readers. To allow these users to bypass the navigation, he will use a skip link, He wants to position the skip link on the right but first he must use the  ____ property.

A) display
B) right
C) left
D) nav
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
45
Figure F-1:  A uniform resource locator (URL)
<strong>Figure F-1:  A uniform resource locator (URL)   Referring to the figure above, the third section showing mail/?shva=1#inbox is the ____.</strong> A) scheme B) server name C) path D) family
Referring to the figure above, the third section showing "mail/?shva=1#inbox" is the ____.

A) scheme
B) server name
C) path
D) family
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
46
  In the figure above, the text Skip navigation is considered to be a(n) ________________ link.
In the figure above, the text "Skip navigation" is considered to be a(n) ________________ link.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
47
Email ________________ continually explore web pages looking for email addresses that in turn receive spam emails.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
48
Case-Based Critical Thinking Question
Shayla is creating an online newsletter for her gymnastics team.  She is learning about pseudo-class states for linked elements, and wants the linked states to match the school's colors of blue and yellow.
Shayla wants links in the____ state, meaning they have not been clicked, to be blue.

A) a:link
B) a:visited
C) a:active
D) a:new
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
49
<strong>  Referring to the figure above,the following entries are unlinked text ____.</strong> A) Home and About Us B) Local Weather and Directions C) Both A and B. D) Neither A nor B.
Referring to the figure above,the following entries are unlinked text ____.

A) Home and About Us
B) Local Weather and Directions
C) Both A and B.
D) Neither A nor B.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
50
A(n) ________________, more commonly known as a link, is text or another web page element that users can select to open another document containing related content.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
51
Figure F-1:  A uniform resource locator (URL) <strong>Figure F-1:  A uniform resource locator (URL)   Referring to the figure above, the first section showing https: is the ____.</strong> A) scheme B) server name C) path D) family Referring to the figure above, the first section showing "https:" is the ____.

A) scheme
B) server name
C) path
D) family
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
52
Case-Based Critical Thinking Question
Shayla is creating an online newsletter for her gymnastics team.  She is learning about pseudo-class states for linked elements, and wants the linked states to match the school's colors of blue and yellow.
Shayla knows that previously viewed links are in the ____ state, and she sets their color to yellow.

A) a:link
B) a:visited
C) a:active
D) a:hover
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
53
A(n) ________________ consists of three parts: the scheme, the server name, and the path.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
54
<strong>  Referring to the figure above, the entries under the main title for Home, About Us, and Rooms are part of the ____ bar.</strong> A) tool B) status C) nav D) scroll
Referring to the figure above, the entries under the main title for Home, About Us, and Rooms are part of the ____ bar.

A) tool
B) status
C) nav
D) scroll
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
55
Figure F-1:  A uniform resource locator (URL)
<strong>Figure F-1:  A uniform resource locator (URL)   Referring to the figure above, the second section showing mail.google.com is the ____.</strong> A) scheme B) server name C) path D) family
Referring to the figure above, the second section showing "mail.google.com" is the ____.

A) scheme
B) server name
C) path
D) family
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
56
<strong>  Referring to the figure above, the link that has been visited is ____.</strong> A) Home B) About Us C) Reservations D) Local Weather
Referring to the figure above, the link that has been visited is ____.

A) Home
B) About Us
C) Reservations
D) Local Weather
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
57
<strong>  Referring to the figure above, the href attribute is the name of a(n) ____ file.</strong> A) Microsoft Word B) PDF C) Text D) HTML
Referring to the figure above, the href attribute is the name of a(n) ____ file.

A) Microsoft Word
B) PDF
C) Text
D) HTML
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
58
Use the ____ value to specify that a linked web page open in a new tab.

A) _self
B) _new
C) _tab
D) _blank
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
59
Although you can link to documents in almost any format from your web pages, it's important to keep in mind that ____ documents are the only ones that your users are guaranteed to be able to access

A) HTTP
B) FTP
C) CSS
D) HTML
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
60
Case-Based Critical Thinking Question
CJ is developing a new website blogging about cutting-edge technologies for people with special needs. He wants to make the site accessible and user friendly.
CJ wants to link to articles in his website. He has assigned specific values for each ID attribute. To link to that ID attribute, CJ must use a(n) _____ before the ID value in his href statement.

A) *
B) #
C) !
D).
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
61
When you want to link to a web page on another web site, you must use a(n) ______ link.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
62
To create a rollover effect, which changes the appearance of the affected object when the mouse is over it but not selecting it, use the  ________________ pseudo-class.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
63
If communication from your users is important, name two alternatives to using mailto links.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
64
Sometimes it's useful to link to locations within the current web page. Instead of linking to URLs or filenames, you link to named locations, known as ________________, within the current document.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
65
A(n) _______ is a generated URL that uses especially short domain names and specially crafted paths to represent larger unwieldy links as manageable links.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
66
To make your code easier to read, you can use a link ________________ such as bit.ly or tinyurl.com, which are web-based services that transform large, unwieldy links into manageable URLs.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
67
Briefly define the following terms and include how they are related to each other: URL, web address, scheme, HTTP, HTTPS, server name, and path.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
68
Match between columns
Docment rendered as if element does not exist
inline-block
Docment rendered as if element does not exist
inline
Docment rendered as if element does not exist
block
Docment rendered as if element does not exist
none
Content that does not expand to the full width of its parent
inline-block
Content that does not expand to the full width of its parent
inline
Content that does not expand to the full width of its parent
block
Content that does not expand to the full width of its parent
none
Box that does not expand to the full width of its parent
inline-block
Box that does not expand to the full width of its parent
inline
Box that does not expand to the full width of its parent
block
Box that does not expand to the full width of its parent
none
Box occupying the full width of its parent element
inline-block
Box occupying the full width of its parent element
inline
Box occupying the full width of its parent element
block
Box occupying the full width of its parent element
none
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
69
You need to clear the ______ to reset the appearance of links to their default :link state.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
70
Name and describe the four pseudo-class states for linked elements.
Unlock Deck
Unlock for access to all 70 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 70 flashcards in this deck.