Web Design C1-4

  1. True/False. Many Web technologies can be thought of as tools for layout and design.
    True
  2. True/False.
    Understanding Web code allows designers to go beyond the capabilities of standard WYSIWYG editors.
    True
  3. True/False.
    Web sites should dictate the order of the information that viewers see.
    False
  4. True/False.
    Client-side scripts run on the viewer’s computer.
    True
  5. True/False.
    Server-side scripts run in the browser.
    False
  6. 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
  7. Which computer views a Web page?



    A. client
  8. Which computer hosts a Web site?



    B. server
  9. Which of the following is a browser?



    D. All of the above
  10. What computer application or software is used to view Web pages?
    Web Browser
  11. True/False. The use of tables for Web page layouts is recommended by the W3C.
    False
  12. True/False. Escape entities are used to create characters that a brower might interpret as part of standard HTML code.
    True
  13. True/False.
    The <iframe></iframe> cannot be used in a Web document that contains <body></body> tags.
    True
  14. True/False.
    Meta tags provide information to search engines.
    True
  15. True/False.
    Elements that have been declared deprecated by teh W3C do not work in current browers.
    False
  16. Which of the following tags is used to create a table row in HTML?



    A. <tr></tr>
  17. Which of the following tags is used to create a cell in an HTML table?



    B. <td></td>
  18. Which of the following tags replaces the <body></body> in a Web document that uses frame?


    B. <frameset></frameset>
  19. Meta tags belong in which part of a Web document?



    A. head
  20. What kid of table cells expand or contract in size based on the screen resolution?



    B. liquid cells
  21. True/False.
    Visual mouseover effects provide viewer feedback.
    True
  22. True/False.
    All input elements appear the same in different browsers.
    False
  23. True/False.
    The Submit and Reset buttons can be placed anywhere in code and they will work?
    False.
  24. True/False.
    Radio buttons allow the viewer to make only one choice out of several.
    True
  25. True/False. Hidden input elements appear on a Web page as a small box.
    False
  26. The D in DHTML stands for ________________.



    B. Dynamic
  27. Forms require what other Web technology to be interactive?



    A. script
  28. What newer markup language will eventually replace HTML?



    C. DHTML
  29. True/False.
    All HTML elements require a closing tag.
    False
  30. True/False.
    <h1>tags are used in the head of an HTML document.
    False
  31. True/False.
    <img> tags must include an src=" "attribute to display an image.
    True
  32. True/False.
    Deprecation of HTML elements and attributes is of little concern to Web designers.
    False
  33. True/False.
    Hyperlinks link only HTML pages.
    False
  34. HTML stands for



    B. Hypertext Markup Language
  35. HTML element attributes must be located



    B. in the opening tag
  36. What are the two main parts of an HTML document?



    C. head and body
  37. Which is the proper method for nesting HTML tags?



    D. <p><b>Some text</b></p>
  38. Which are the standard image file types for Web use?



    D. .jpg, .gif, .png
Author
jkoch
ID
70086
Card Set
Web Design C1-4
Description
Web Design Chapter 1-4 Review
Updated