HTML Final Exam with Complete Solutions
&& - ANSWER-Which of the following conditional operators evaluates as true if both
conditions are true
# - ANSWER-The ____ sign means that the link in an <a href> tag is a null link.
<div> - ANSWER-When creating an HTML document to search an XML document and
display results, use the ____ tag container with an id attribute to identify an output area
of the Web page where search results will display.
<div> - ANSWER-Which of the following tags is called a container?
<div> - ANSWER-Which tag groups items as a block?
<p></p> - ANSWER-Which of the following tags will ensure that each string resulting
from a search will display on a separate line in the output area of the Web page?
<span> - ANSWER-Which tag groups items inline?
API - ANSWER-DOM is an example of which of the following?
classes - ANSWER-Which of the following is NOT identified by an API?
complex - ANSWER-A ____ type element in an XML Schema Definition file is one that
contains sub or child elements and/or attributes, which themselves contain data.
condition - ANSWER-A(n) ____ is any expression that evaluates to true or false.
declaration - ANSWER-The XML ____ is a processing instruction statement identifying
the version of XML used in the document
delay - ANSWER-The ____ component of a scrolling message regulates the speed in
which the characters display in the text field.
document.formname.objectname.focus() - ANSWER-Which of the following is the
general form of the focus() method?
document.formname.textfieldname.value = variable_or_literal - ANSWER-Which of the
following is the general form for the JavaScript statement used to assign a value to a
text field object within a form?
DOM - ANSWER-____ uses a combination of HTML tags and options that allow you to
create Web pages that are more animated and more responsive to visitor interaction
than basic HTML Web pages.
&& - ANSWER-Which of the following conditional operators evaluates as true if both
conditions are true
# - ANSWER-The ____ sign means that the link in an <a href> tag is a null link.
<div> - ANSWER-When creating an HTML document to search an XML document and
display results, use the ____ tag container with an id attribute to identify an output area
of the Web page where search results will display.
<div> - ANSWER-Which of the following tags is called a container?
<div> - ANSWER-Which tag groups items as a block?
<p></p> - ANSWER-Which of the following tags will ensure that each string resulting
from a search will display on a separate line in the output area of the Web page?
<span> - ANSWER-Which tag groups items inline?
API - ANSWER-DOM is an example of which of the following?
classes - ANSWER-Which of the following is NOT identified by an API?
complex - ANSWER-A ____ type element in an XML Schema Definition file is one that
contains sub or child elements and/or attributes, which themselves contain data.
condition - ANSWER-A(n) ____ is any expression that evaluates to true or false.
declaration - ANSWER-The XML ____ is a processing instruction statement identifying
the version of XML used in the document
delay - ANSWER-The ____ component of a scrolling message regulates the speed in
which the characters display in the text field.
document.formname.objectname.focus() - ANSWER-Which of the following is the
general form of the focus() method?
document.formname.textfieldname.value = variable_or_literal - ANSWER-Which of the
following is the general form for the JavaScript statement used to assign a value to a
text field object within a form?
DOM - ANSWER-____ uses a combination of HTML tags and options that allow you to
create Web pages that are more animated and more responsive to visitor interaction
than basic HTML Web pages.