HTML Interactive Tutorial Achievement Test


Below are 15 multiple choice questions. Each question has only one answer that is correct. Please click on the radio button to choose the best answer to the question.


  1. What makes hyperlinks possible on the World Wide Web?
    Hypertext
    HTML
    Ted Nelson
    Tim Berners-Lee
  2. HTML is a language that is used to create
    images
    audio
    video
    home pages
  3. HTML tags are composed of
    brackets, slashes, and tag names
    less than and greater than signs
    paired tags such as <TAG NAME> and </TAG NAME>
    single tags and paired tags
  4. "<I><B>BOLD</I></B>" will make the word BOLD
    bold
    italic
    both bold and italic
    hyperlinkable
  5. A tagged file for a home page should be saved with the extension of
    htm only
    html only
    filename
    htm or html
  6. Where are the <HTML> and </HTML> tags usually placed in a HTML file?
    Anywhere
    In the header
    In the body
    At the beginning and the end
  7. Which of the following is NOT a single tag?
    <HR>
    <BR>
    <IMG SRC="file_name.gif">
    <TITLE>
  8. Which of the following statement is true about the heading tags?
    <H6> and </H6> produce the biggest font in all headings.
    <H1> and </H1> produce the smallest font in all headings.
    <H2> and </H2> produce bigger font than <H3> and </H3>
    <H2> and </H2> produce smaller font than <H3> and </H3>
  9. Which of the following statements is true about the list tags?
    <OL> starts an ordered list with bullets.
    <OL> starts an ordered list with numbers.
    <UL> starts an unordered list with numbers.
    <UL> starts an unordered list with letters.
  10. What is the hypertext in <A HREF="cat.html">Cat</A>?
    "cat.html"
    Cat
    HREF
    A HREF
  11. What does <IMG SRC="cat.gif" ALIGN="right" ALT="A Cat Picture"> make Netscape display on the screen when the image mode is on?
    "cat.gif"
    "right"
    "A Cat Picture"
    A picture of a cat
  12. What does <A HREF="welcome.au">Listen to my welcome message</A> do in Netscape?
    Makes "Listen to my welcome message" hypertext.
    Makes "welcome.au" hypertext.
    Brings up an audible welcome message to your ear.
    Listens to the welcome message
  13. Which of the following statement is NOT true about file reference?
    <A HREF="cat.html"> uses relative file path reference.
    <A HREF="http://www.coedu.usf.edu/cat.html"> uses complete file path reference.
    Relative file path references can not be used in HTML tagging.
    Complete file path references can be used in HTML tagging.
  14. What prevents HTML tags from being displayed on the Netscape screen?
    HTTP (HyperText Transfer Protocol)
    Netscape
    HTML
    The World Wide Web
  15. What does <A HREF=MAILTO:Tai@typhoon.coedu.usf.edu> David Tai</A> do?
    References to another file.
    Hyperlinks to David Tai's E-mail.
    Allows a user to write and send an E-mail to David Tai
    David Tai sends an E-mail out.


Author: David H. Tai
Florida Center for Instructional Technology ©1995