Deck 2: Introduction to Html5: Part 1

Full screen (f)
exit full mode
Question
Text put between the ________ tags appears in the browser's title bar (i.e., the dark bar at the top of the browser window).

A) < h6 >< /h6 >
B) < title >< /title >
C) < h1 >< /h1 >
D) < head >< /head >
Use Space or
up arrow
down arrow
to flip the card.
Question
The location of an image is specified in the img element's _______ attribute.

A) location
B) image
C) src
D) source
Question
Two important attributes of the meta element are ________, which identifies the type of meta element and ________, which provides the information search engines use to catalog pages.

A) type, info
B) type, catalog
C) name, content
D) id, desc
Question
An unordered list is created using which notation

A) < list type = " unordered" >
B) < ul >
C) < unordered >
D) < un >
Question
In the statement < a href = "address" >, href is a(n) ________ of the a element.

A) anchor
B) element
C) label
D) attribute
Question
Which of the following is the most accurate statement concerning internal hyperlinks

A) The "internal" refers to the internal contents of a table
B) Internally-linked location names can be assigned to any point in an HTML5 file
C) href = "page.html&name" is the proper format used to link to an internal location of another page
D) The "internal" refers to the host machine on which the browser is running
Question
Where is a table's summary displayed

A) above the table
B) below the table
C) the summary is not displayed
D) in the caption of the table
Question
A link to an e-mail address is created using the notation < a href = "________" >Paul< /a >.

A) @LAUNCH_email.
B) mailto:emailAddress.
C) email:emailAddress.
D) emailAddress.
Question
An HTML5 table contains rows delimited by ________ elements, which contain cells delimited by ________ elements.

A) tr, td
B) tr, tr
C) table, td
D) td, tr
Question
The code ½ will produce which fraction

A) 1/12
B) 1/2
C) 2/1
D) an error
Question
The alt attribute is used in a(n) ________ element to provide an alternate ________ description for the image.

A) img, text.
B) a href, address.
C) title, text.
D) src, image size.
Question
Which of the following accurately describes the select element

A) text input
B) command button
C) drop-down list
D) check box
Question
One major use for the meta element is related to which of the following

A) search engines
B) frames
C) audio files
D) forms
Question
Which heading is the smallest

A) h6
B) h1
C) h5
D) h0
Question
The usage of an input element is defined by the value of its _________ attribute.

A) name
B) type
C) size
D) all of the above
Question
HTML5 documents are edited using a(n) ________.

A) compiler
B) browser
C) operating system
D) text editor
Question
Each list item in an unordered list is delineated by the ________ element.

A) li
B) disc
C) ul
D) href
Question
Machines called ________ store HTML5 documents.

A) contollers
B) web servers
C) web services
D) all of the above
Question
To create an internal link in a Web page, the value of the href attribute includes the named anchor preceded by a ________.

A) @ symbol
B) * symbol
C) % symbol
D) # symbol
Question
HTML5 text is marked up with ________, delimited by ________ that are keywords contained in pairs of ________.

A) elements, angle brackets, tags
B) angle brackets, elements, tags
C) tags, elements, angle brackets
D) elements, tags, angle brackets
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/20
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 2: Introduction to Html5: Part 1
1
Text put between the ________ tags appears in the browser's title bar (i.e., the dark bar at the top of the browser window).

A) < h6 >< /h6 >
B) < title >< /title >
C) < h1 >< /h1 >
D) < head >< /head >
B
2
The location of an image is specified in the img element's _______ attribute.

A) location
B) image
C) src
D) source
C
3
Two important attributes of the meta element are ________, which identifies the type of meta element and ________, which provides the information search engines use to catalog pages.

A) type, info
B) type, catalog
C) name, content
D) id, desc
C
4
An unordered list is created using which notation

A) < list type = " unordered" >
B) < ul >
C) < unordered >
D) < un >
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
5
In the statement < a href = "address" >, href is a(n) ________ of the a element.

A) anchor
B) element
C) label
D) attribute
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
6
Which of the following is the most accurate statement concerning internal hyperlinks

A) The "internal" refers to the internal contents of a table
B) Internally-linked location names can be assigned to any point in an HTML5 file
C) href = "page.html&name" is the proper format used to link to an internal location of another page
D) The "internal" refers to the host machine on which the browser is running
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
7
Where is a table's summary displayed

A) above the table
B) below the table
C) the summary is not displayed
D) in the caption of the table
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
8
A link to an e-mail address is created using the notation < a href = "________" >Paul< /a >.

A) @LAUNCH_email.
B) mailto:emailAddress.
C) email:emailAddress.
D) emailAddress.
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
9
An HTML5 table contains rows delimited by ________ elements, which contain cells delimited by ________ elements.

A) tr, td
B) tr, tr
C) table, td
D) td, tr
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
10
The code ½ will produce which fraction

A) 1/12
B) 1/2
C) 2/1
D) an error
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
11
The alt attribute is used in a(n) ________ element to provide an alternate ________ description for the image.

A) img, text.
B) a href, address.
C) title, text.
D) src, image size.
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
12
Which of the following accurately describes the select element

A) text input
B) command button
C) drop-down list
D) check box
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
13
One major use for the meta element is related to which of the following

A) search engines
B) frames
C) audio files
D) forms
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
14
Which heading is the smallest

A) h6
B) h1
C) h5
D) h0
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
15
The usage of an input element is defined by the value of its _________ attribute.

A) name
B) type
C) size
D) all of the above
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
16
HTML5 documents are edited using a(n) ________.

A) compiler
B) browser
C) operating system
D) text editor
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
17
Each list item in an unordered list is delineated by the ________ element.

A) li
B) disc
C) ul
D) href
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
18
Machines called ________ store HTML5 documents.

A) contollers
B) web servers
C) web services
D) all of the above
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
19
To create an internal link in a Web page, the value of the href attribute includes the named anchor preceded by a ________.

A) @ symbol
B) * symbol
C) % symbol
D) # symbol
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
20
HTML5 text is marked up with ________, delimited by ________ that are keywords contained in pairs of ________.

A) elements, angle brackets, tags
B) angle brackets, elements, tags
C) tags, elements, angle brackets
D) elements, tags, angle brackets
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 20 flashcards in this deck.