Unit 2 Question Bank
This page includes several sample questions that could be used for assessment of students' understanding of the material covered in Unit 2. Questions are organized by module. Questions are coded in fully accessible, standards-compliant HTML and could easily be plugged into an HTML form that students could take online. However, this page itself is not a functional quiz. Use the Options below to display the questions how you need them before printing or copying.
Options
Module 1
Question 1
Correct answer: c. To inform visitors about the skills you are developing
Question 2
Correct answer: a. _ (underscore)
Question 3
Correct answer: d. index.html
Module 2
Question 1
Question 2
Question 3
Correct answer: a. <>
Question 4
Correct answer: c. HTML5
Question 5
Correct answer: a. <html></html>
Question 6
Correct answer: b. <head> and <body>
Question 7
Correct answer: d. <body>
Question 8
Correct answer: c. <h1>
Question 9
Correct answer: d. <img>
Question 10
Correct answer: b. <img src="image.gif" alt="Short description of image"/>
Question 11
Correct answer: d. <div></div>
Question 12
Correct answer: b. A text editor and a browser
Question 13
Correct answer: b. Here is a heading
Question 14
Correct answer: a. Hypertext Markup Language
Question 15
Correct answer: a. Yes, always
Question 16
Correct answer: a. <p>
Module 3
Question 1
Question 2
Correct answer: a. <ul>
Question 3
Correct answer: c. <ol>
Question 4
Correct answer: c. html
Question 5
Correct answer: a. True
Question 6
Correct answer: c. <ul>
Module 4
Question 1
Question 2
Question 3
Correct answer: a. href
Question 4
Correct answer: c. <a href="http://www.si.edu/">Smithsonian Institute</a>
Question 5
Correct answer: c. An absolute URL refers only to a portion of the web address, rather than to the full address.
Question 6
Correct answer: c. An absolute URL refers only to a portion of the web address, rather than to the full address.
Question 7
Correct answer: a. They give the full address to the target page, starting with "http://".
Question 8
Correct answer: a. True
Question 9
Correct answer: b. id
Module 5
Question 1
Correct answer: a. Yes
Question 2
Correct answer: a. <table> <tr> <caption>
Question 3
Correct answer: c. <th>
Question 4
Correct answer: c. Helping users to understand the relationships between row and column headers and their data cells, even if users can't see the table visually.