1/858
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
HTML5 documents are edited using a(n) .
a) compiler
b) browser
c) operating system
d) text editor
d) text editor
Machines called store HTML5 documents.
a) contollers
b) web servers
c) web services
d) all of the above
b) web servers
HTML5 text is marked up with
delimited by that are keywords contained in pairs of .
a) elements
angle brackets
b) angle brackets
elements
c) tags
elements
d) elements
tags
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)
b)
c)
d)
b)
Which heading is the smallest?
a) h6
b) h1
c) h5
d) h0
a) h6
a) anchor
b) element
c) label
d) attribute
d) attribute
A link to an e-mail address is created using the notation Paul.
a) @LAUNCH_email.
b) mailto:emailAddress.
c) email:emailAddress.
d) emailAddress.
b) mailto:emailAddress.
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.
The location of an image is specified in the img element's _ attribute.
a) location
b) image
c) src
d) source
c) src
Which statement is false?
a) The &code; syntax is reserved for special characters.
b) The del element is used to delete text.
c) The sup and sub elements are used to denote superscript and subscript characters.
d) The hr element introduces a horizontal rule.
b) The del element is used to delete text.
The code ½ will produce which fraction?
a) 1/12
b) 1/2
c) 2/1
d) an error
b) 1/2
An unordered list is created using which notation?
a)
b)
c)
d)
b)
Each list item in an unordered list is delineated by the element.
a) li
b) disc
c) ul
d) href
a) li
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
c) the summary is not displayed
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
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
b) type
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
b) Internally-linked location names can be assigned to any point in an HTML5 file
Which of the following accurately describes the select element?
a) text input
b) command button
c) drop-down list
d) check box
c) drop-down list
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
d) # symbol
One major use for the meta element is related to which of the following?
a) search engines
b) frames
c) audio files
d) forms
a) search engines