15. A ______ is a sketch or blueprint of a web page that shows the structure (but
not the detailed design) of basic page elements such as the logo, navigation, content,
and footer.
a. site map
b. wireframe
c. drawing
d. hierarchy
16. Use _ _ _ element to indicate table column headings or table row headings.
a. <tr>
b. <th>
c. <thead>
d.<head>
17. The purpose of the _ __ element is to describe the contents of a table.
a. <summary>
b. <caption>
c. <title>
d. <source>
18. Use the CSS ___ property to configure the cellpadding of a table.
a. padding
b. margin
c. cellpadding
d. none of the above
19. Choose the best-designed link from below.
a<a href="news.html">Click to read our important news!</a>
b. Click to read our <a href="news. html">important news!</a>
c. <a href="news. html">lmportant News</a>
d. <a href="news.html">Click here to read our important news</a>
20. To associate an external style sheet with a web page, code:
a.a link element in the body section of the web page
b.a link element in the head section of the web page
c.a style element in the body section of the web page
d.a style element in the head section of the web page.
21. Select the true statement from those listed below.
a. <script> tags are used to contain JavaScript statements
b. <script> tags can be placed in both the header and the body section of a web page
c. <script> tags are read by the browser
d. All of the statements above are true
22. In the context of web page interactivity, a(n) _ _ _ _ can be described as an
action taken by the user.
a. object
b. event
C. tag
d. browser
4