Deck 16: Creating a Web Page

Full screen (f)
exit full mode
Question
A Web site is a group of related Web pages.
Use Space or
up arrow
down arrow
to flip the card.
Question
HTTP is the basic language of the Web.
Question
A link is a graphic, line of text, or both that connects one Web page to another.
Question
All tags must have a beginning and an end tag.
Question
The content entered between the start and end title tags is displayed as the headline of the Web page.
Question
If you want to start a new line, but not leave any space between the lines, you use the break tag: <br>.
Question
To display italicized text, use the start <it> and end </it> tags.
Question
Font size ranges from 1 to 7, with the default font size being 3.
Question
A ____ is a browser designed for use with mobile devices.

A) mobile browser
B) PDA browser
C) mini browser
D) zoom browser
Question
A(n) ____ displays Web pages and renders them into a final form so they can be viewed over the Internet.

A) Web server
B) Database server
C) Web engine
D) Internet engine
Question
____ is the basic language of the Web.

A) HTTP
B) FTP
C) Java
D) HTML
Question
An HTML page has two basic components: page content and ____.

A) page titles
B) page headers and footers
C) HTML tags
D) HTTP tags
Question
The main page or index page of most Web sites is referred to as the ____ page.

A) about
B) contact
C) help
D) home
Question
Some HTML tags can contain ____, which are identifiers for the tag.

A) attributes
B) parameters
C) properties
D) labels
Question
Most tags come in ____.

A) singles
B) pairs
C) triples
D) quadruples
Question
The code   is a ____ entity.

A) nonbreaking space
B) break here space
C) page break
D) do not apply formatting
Question
A numbered list is considered to be a(n) ____.

A) ordered list
B) unordered list
C) definition list
D) none of the above
Question
Please use the figure below to answer the following two questions.
FIGURE 16-1
<strong>Please use the figure below to answer the following two questions. FIGURE 16-1    -Figure 16-1 shows a sample Web page outline. What are some facts about Web page titles?</strong> A) The title should be relevant to the content on the page B) The title is displayed in the browser's title bar C) The title is NOT displayed in the Web page content D) all of the above <div style=padding-top: 35px>

-Figure 16-1 shows a sample Web page outline. What are some facts about Web page titles?

A) The title should be relevant to the content on the page
B) The title is displayed in the browser's title bar
C) The title is NOT displayed in the Web page content
D) all of the above
Question
Please use the figure below to answer the following two questions.
FIGURE 16-1
<strong>Please use the figure below to answer the following two questions. FIGURE 16-1    -Referring to Figure 16-1, a hyperlink can be a _____ that connects one page to another on the Internet.</strong> A) graphic B) line of text C) graphic and a line of text D) all of the above <div style=padding-top: 35px>

-Referring to Figure 16-1, a hyperlink can be a _____ that connects one page to another on the Internet.

A) graphic
B) line of text
C) graphic and a line of text
D) all of the above
Question
A bulleted list is considered to be a(n) ____.

A) ordered list
B) unordered list
C) definition list
D) none of the above
Question
A list of terms with indented definitions is considered to be a(n) ____.

A) ordered list
B) unordered list
C) definition list
D) none of the above
Question
The tag used to make text bold is the ____ tag.

A) <b>
B) <bold>
C) <bd>
D) <bright>
Question
Style sheets are also known as ____ style sheets.

A) Hierarchical
B) Stepped
C) Cascading
D) Falling
Question
The correct HTML coding for changing the font color to red is ____.

A) <font color = red>
B) <font = red>
C) <color = red>
D) <text = red>
Question
When you change the font type you change the ____ attribute.

A) font type
B) face
C) type
D) typeface
Question
____ links are links that give the full address to a Web page on the Internet.

A) Relative
B) Absolute
C) Applied
D) Hidden
Question
In the link <a href = http://www.rockclimbing.com> Rock Climbing </a> -- the <a> within this tag represents the ____.

A) absolute value
B) anchor
C) attribute
D) actual location
Question
A(n) ____ link, also called an internal link, gives the file location in relation to the current document.

A) relative
B) absolute
C) applied
D) hidden
Question
Dayna is learning HTML so that she can build a Web site for her local pet shelter. Please answer the questions below.

-The pet shelter where Dayna volunteers is painted yellow and blue. She would like to make the background color of the Web site blue to go along with this color scheme. The correct HTML would be ____.

A) <body backcolor = "Blue">
B) <body color = "Blue">
C) <body bgcolor = "Blue">
D) <bgcolor = "Blue">
Question
Dayna is learning HTML so that she can build a Web site for her local pet shelter. Please answer the questions below.

-On the Web site, Dayna wants to list the different types of dogs that the shelter has available for adoption. She decides that she wants to use a bulleted list, so creates a(n) ____ list.

A) ordered
B) unordered
C) definition
D) none of the above
Question
Desmond is adding pictures from his family vacation to his personal Web site. Please answer the two questions below.

-Desmond wants to create alternative text that will display for those of his family that have turned off automatic image loading. The HTML code for this attribute is ____.

A) alternate
B) alt
C) swap
D) change
Question
Desmond is adding pictures from his family vacation to his personal Web site. Please answer the two questions below.

-When Desmond reviews his Web page the pictures look crowded together. He would like to create some horizontal space to separate the images. He would use the ____ image attribute.

A) vspace
B) hspace
C) horizontal space
D) head space
Question
____________________ links (also called external links) are links that give the full address to a Web page on the Internet.
Question
A(n) ____________________ link, also called an internal link, gives the file location in relation to the current document.
Question
A(n) ____________________ has three parts: an ampersand (&), a and an entity number, and a semicolon (;).
Question
The main page or index page of most Web sites is referred to as the ____________________ page.
Question
Some HTML tags can contain ____________________, which are identifiers for the tag.
Question
The content entered between the start and end title tags is displayed on the browser's status bar. _________________________
Question
A way to insert a blank line is with the page tag: <p>. _________________________
Question
A(n) ordered list is generally a numbered list. _________________________
Question
Text that is surrounded by the <b> start tag and </b> end tag will appear bold in your browser. _________________________
Question
Style sheets are also known as Internal Style Sheets. _________________________
Question
Please identify the letter of the choice that best matches the numbered definitions below.

-Displays Web pages and renders them into final form so they can be viewed by anyone with an Internet connection and a Web browser

A) Web browser
B) Web server
C) mobile browser
D) Web page
E) HTML
Question
Please identify the letter of the choice that best matches the numbered definitions below.

-A browser designed for use with mobile devices

A) Web browser
B) Web server
C) mobile browser
D) Web page
E) HTML
Question
Please identify the letter of the choice that best matches the numbered definitions below.

-An application program that interprets the HTML tags within the page and then displays the text on the computer screen

A) Web browser
B) Web server
C) mobile browser
D) Web page
E) HTML
Question
Please identify the letter of the choice that best matches the numbered definitions below.

-The basic language of the Web

A) Web browser
B) Web server
C) mobile browser
D) Web page
E) HTML
Question
Please identify the letter of the choice that best matches the numbered definitions below.

-A plain text document on a server connected to the World Wide Web

A) Web browser
B) Web server
C) mobile browser
D) Web page
E) HTML
Question
Name and describe the three types of lists available through HTML. Include the start and end tag for each type of list, and the tag used for each item in the list.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/48
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 16: Creating a Web Page
1
A Web site is a group of related Web pages.
True
2
HTTP is the basic language of the Web.
False
3
A link is a graphic, line of text, or both that connects one Web page to another.
True
4
All tags must have a beginning and an end tag.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
5
The content entered between the start and end title tags is displayed as the headline of the Web page.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
6
If you want to start a new line, but not leave any space between the lines, you use the break tag: <br>.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
7
To display italicized text, use the start <it> and end </it> tags.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
8
Font size ranges from 1 to 7, with the default font size being 3.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
9
A ____ is a browser designed for use with mobile devices.

A) mobile browser
B) PDA browser
C) mini browser
D) zoom browser
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
10
A(n) ____ displays Web pages and renders them into a final form so they can be viewed over the Internet.

A) Web server
B) Database server
C) Web engine
D) Internet engine
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
11
____ is the basic language of the Web.

A) HTTP
B) FTP
C) Java
D) HTML
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
12
An HTML page has two basic components: page content and ____.

A) page titles
B) page headers and footers
C) HTML tags
D) HTTP tags
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
13
The main page or index page of most Web sites is referred to as the ____ page.

A) about
B) contact
C) help
D) home
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
14
Some HTML tags can contain ____, which are identifiers for the tag.

A) attributes
B) parameters
C) properties
D) labels
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
15
Most tags come in ____.

A) singles
B) pairs
C) triples
D) quadruples
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
16
The code   is a ____ entity.

A) nonbreaking space
B) break here space
C) page break
D) do not apply formatting
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
17
A numbered list is considered to be a(n) ____.

A) ordered list
B) unordered list
C) definition list
D) none of the above
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
18
Please use the figure below to answer the following two questions.
FIGURE 16-1
<strong>Please use the figure below to answer the following two questions. FIGURE 16-1    -Figure 16-1 shows a sample Web page outline. What are some facts about Web page titles?</strong> A) The title should be relevant to the content on the page B) The title is displayed in the browser's title bar C) The title is NOT displayed in the Web page content D) all of the above

-Figure 16-1 shows a sample Web page outline. What are some facts about Web page titles?

A) The title should be relevant to the content on the page
B) The title is displayed in the browser's title bar
C) The title is NOT displayed in the Web page content
D) all of the above
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
19
Please use the figure below to answer the following two questions.
FIGURE 16-1
<strong>Please use the figure below to answer the following two questions. FIGURE 16-1    -Referring to Figure 16-1, a hyperlink can be a _____ that connects one page to another on the Internet.</strong> A) graphic B) line of text C) graphic and a line of text D) all of the above

-Referring to Figure 16-1, a hyperlink can be a _____ that connects one page to another on the Internet.

A) graphic
B) line of text
C) graphic and a line of text
D) all of the above
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
20
A bulleted list is considered to be a(n) ____.

A) ordered list
B) unordered list
C) definition list
D) none of the above
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
21
A list of terms with indented definitions is considered to be a(n) ____.

A) ordered list
B) unordered list
C) definition list
D) none of the above
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
22
The tag used to make text bold is the ____ tag.

A) <b>
B) <bold>
C) <bd>
D) <bright>
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
23
Style sheets are also known as ____ style sheets.

A) Hierarchical
B) Stepped
C) Cascading
D) Falling
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
24
The correct HTML coding for changing the font color to red is ____.

A) <font color = red>
B) <font = red>
C) <color = red>
D) <text = red>
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
25
When you change the font type you change the ____ attribute.

A) font type
B) face
C) type
D) typeface
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
26
____ links are links that give the full address to a Web page on the Internet.

A) Relative
B) Absolute
C) Applied
D) Hidden
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
27
In the link <a href = http://www.rockclimbing.com> Rock Climbing </a> -- the <a> within this tag represents the ____.

A) absolute value
B) anchor
C) attribute
D) actual location
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
28
A(n) ____ link, also called an internal link, gives the file location in relation to the current document.

A) relative
B) absolute
C) applied
D) hidden
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
29
Dayna is learning HTML so that she can build a Web site for her local pet shelter. Please answer the questions below.

-The pet shelter where Dayna volunteers is painted yellow and blue. She would like to make the background color of the Web site blue to go along with this color scheme. The correct HTML would be ____.

A) <body backcolor = "Blue">
B) <body color = "Blue">
C) <body bgcolor = "Blue">
D) <bgcolor = "Blue">
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
30
Dayna is learning HTML so that she can build a Web site for her local pet shelter. Please answer the questions below.

-On the Web site, Dayna wants to list the different types of dogs that the shelter has available for adoption. She decides that she wants to use a bulleted list, so creates a(n) ____ list.

A) ordered
B) unordered
C) definition
D) none of the above
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
31
Desmond is adding pictures from his family vacation to his personal Web site. Please answer the two questions below.

-Desmond wants to create alternative text that will display for those of his family that have turned off automatic image loading. The HTML code for this attribute is ____.

A) alternate
B) alt
C) swap
D) change
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
32
Desmond is adding pictures from his family vacation to his personal Web site. Please answer the two questions below.

-When Desmond reviews his Web page the pictures look crowded together. He would like to create some horizontal space to separate the images. He would use the ____ image attribute.

A) vspace
B) hspace
C) horizontal space
D) head space
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
33
____________________ links (also called external links) are links that give the full address to a Web page on the Internet.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
34
A(n) ____________________ link, also called an internal link, gives the file location in relation to the current document.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
35
A(n) ____________________ has three parts: an ampersand (&), a and an entity number, and a semicolon (;).
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
36
The main page or index page of most Web sites is referred to as the ____________________ page.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
37
Some HTML tags can contain ____________________, which are identifiers for the tag.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
38
The content entered between the start and end title tags is displayed on the browser's status bar. _________________________
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
39
A way to insert a blank line is with the page tag: <p>. _________________________
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
40
A(n) ordered list is generally a numbered list. _________________________
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
41
Text that is surrounded by the <b> start tag and </b> end tag will appear bold in your browser. _________________________
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
42
Style sheets are also known as Internal Style Sheets. _________________________
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
43
Please identify the letter of the choice that best matches the numbered definitions below.

-Displays Web pages and renders them into final form so they can be viewed by anyone with an Internet connection and a Web browser

A) Web browser
B) Web server
C) mobile browser
D) Web page
E) HTML
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
44
Please identify the letter of the choice that best matches the numbered definitions below.

-A browser designed for use with mobile devices

A) Web browser
B) Web server
C) mobile browser
D) Web page
E) HTML
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
45
Please identify the letter of the choice that best matches the numbered definitions below.

-An application program that interprets the HTML tags within the page and then displays the text on the computer screen

A) Web browser
B) Web server
C) mobile browser
D) Web page
E) HTML
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
46
Please identify the letter of the choice that best matches the numbered definitions below.

-The basic language of the Web

A) Web browser
B) Web server
C) mobile browser
D) Web page
E) HTML
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
47
Please identify the letter of the choice that best matches the numbered definitions below.

-A plain text document on a server connected to the World Wide Web

A) Web browser
B) Web server
C) mobile browser
D) Web page
E) HTML
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
48
Name and describe the three types of lists available through HTML. Include the start and end tag for each type of list, and the tag used for each item in the list.
Unlock Deck
Unlock for access to all 48 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 48 flashcards in this deck.