True/False. Many Web technologies can be thought of as tools for layout and design.
True
True/False.
Understanding Web code allows designers to go beyond the capabilities of standard WYSIWYG editors.
True
True/False.
Web sites should dictate the order of the information that viewers see.
False
True/False.
Client-side scripts run on the viewer’s computer.
True
True/False.
Server-side scripts run in the browser.
False
Which of the following is not an ability of Web-based media as covered in this chapter?
A-
Allows viewer choices in content order
B-
Allows for growth and expansion of content
C-
Allows for access restriction and pay-per-view sites
D-
Allows for viewer interactivity and participation
C-Allows for access restriction and pay-per-view sites
Which computer views a Web page?
A. client
Which computer hosts a Web site?
B. server
Which of the following is a browser?
D. All of the above
What computer application or software is used to view Web pages?
Web Browser
True/False. The use of tables for Web page layouts is recommended by the W3C.
False
True/False. Escape entities are used to create characters that a brower might interpret as part of standard HTML code.
True
True/False.
The <iframe></iframe> cannot be used in a Web document that contains <body></body> tags.
True
True/False.
Meta tags provide information to search engines.
True
True/False.
Elements that have been declared deprecated by teh W3C do not work in current browers.
False
Which of the following tags is used to create a table row in HTML?
A. <tr></tr>
Which of the following tags is used to create a cell in an HTML table?
B. <td></td>
Which of the following tags replaces the <body></body> in a Web document that uses frame?
B. <frameset></frameset>
Meta tags belong in which part of a Web document?
A. head
What kid of table cells expand or contract in size based on the screen resolution?
B. liquid cells
True/False.
Visual mouseover effects provide viewer feedback.
True
True/False.
All input elements appear the same in different browsers.
False
True/False.
The Submit and Reset buttons can be placed anywhere in code and they will work?
False.
True/False.
Radio buttons allow the viewer to make only one choice out of several.
True
True/False. Hidden input elements appear on a Web page as a small box.
False
The D in DHTML stands for ________________.
B. Dynamic
Forms require what other Web technology to be interactive?
A. script
What newer markup language will eventually replace HTML?
C. DHTML
True/False.
All HTML elements require a closing tag.
False
True/False.
<h1>tags are used in the head of an HTML document.
False
True/False.
<img> tags must include an src=" "attribute to display an image.
True
True/False.
Deprecation of HTML elements and attributes is of little concern to Web designers.
False
True/False.
Hyperlinks link only HTML pages.
False
HTML stands for
B. Hypertext Markup Language
HTML element attributes must be located
B. in the opening tag
What are the two main parts of an HTML document?
C. head and body
Which is the proper method for nesting HTML tags?
D. <p><b>Some text</b></p>
Which are the standard image file types for Web use?