Advertisement
Guest User

Untitled

a guest
Sep 11th, 2011
1,791
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.45 KB | None | 0 0
  1. 1. A(n) ____ is an item you can select, usually by clicking a mouse, to view another topic or document. (Points : 1)
  2. resource
  3. link
  4. net
  5. index
  6.  
  7.  
  8. 2. An element that has had a(n) ____ name assigned to it can be the destination of a link. (Points : 1)
  9. icon
  10. key
  11. id
  12. tag
  13.  
  14.  
  15. 3. The ____ tag creates an anchor. (Points : 1)
  16. <link>
  17. <i>
  18. <an>
  19. <a>
  20.  
  21.  
  22. 4. You link to an id or anchor using the anchor name preceded by the ____ symbol. (Points : 1)
  23. &
  24. ^
  25. #
  26. %
  27.  
  28.  
  29.  
  30. 5. In a ____ structure, each page is linked to the next and to previous pages, in an ordered chain of pages. (Points : 1)
  31. relational
  32. hierarchical
  33. maximized
  34. linear
  35.  
  36.  
  37.  
  38. 6. In a(n) ____ linear structure, you include a link in each page that jumps directly back to the first page, while keeping the links that allow you to move to the next and previous pages. (Points : 1)
  39. augmented
  40. relational
  41. absolute
  42. navigational
  43.  
  44.  
  45.  
  46. 7.
  47. The figure above shows an example of a(n) ____ applied to a link. (Points : 1)
  48. access
  49. tooltip
  50. alternative
  51. base
  52.  
  53.  
  54.  
  55. 8. When referencing a file located in a different folder than the link tag, you must include the ____ for the file. (Points : 1)
  56. link
  57. path
  58. anchor
  59. map
  60.  
  61.  
  62.  
  63. 9. Which of the following is an HTML-supported kind of path? (Points : 1)
  64. absolute
  65. relative
  66. interpreted
  67. Both A and B
  68.  
  69.  
  70.  
  71. 10. In an absolute pathname, after you type the name of the folder that contains the file, you type a final ____ and then the filename itself. (Points : 1)
  72. comma
  73. slash
  74. period
  75. parenthesis
  76.  
  77.  
  78.  
  79. 11. To link to a document, you must specify its ____. (Points : 1)
  80. property
  81. relation
  82. path
  83. attribute
  84.  
  85.  
  86.  
  87. 12. Most Web designers use ____ pathnames in their hypertext links. (Points : 1)
  88. absolute
  89. relative
  90. interpreted
  91. regular
  92.  
  93.  
  94.  
  95. 13. To reference a file in a folder directly above the current folder in the folder hierarchy, relative pathnames use two ____. (Points : 1)
  96. periods
  97. commas
  98. ampersands
  99. slashes
  100.  
  101.  
  102.  
  103. 14. Which of the following relative pathnames is interpreted as β€œthe parks.htm file is in the extra subfolder, which is one level down from the current folder”? (Points : 1)
  104. extra/parks.htm
  105. ../extra/parks.htm
  106. ./extra/parks.htm
  107. /extra/parks.htm
  108.  
  109.  
  110.  
  111. 15. If you want an external document to be displayed in its own browser window, you can assign the ____ keyword to the target attribute. (Points : 1)
  112. _same
  113. _blank
  114. _this
  115. _over
  116.  
  117.  
  118.  
  119. 16. The first portion of a URL identifies the ____. (Points : 1)
  120. prototype
  121. index
  122. protocol
  123. resource
  124.  
  125.  
  126.  
  127. 17. All Web page URLs begin with the letters ____. (Points : 1)
  128. html
  129. http
  130. url
  131. www
  132.  
  133.  
  134.  
  135. 18. In the URL http://www.mwu.edu/course/info.html#majors, the path and filename of the document are ____. (Points : 1)
  136. http://
  137. www.mwu.edu
  138. /course/info.html
  139. #majors
  140.  
  141.  
  142.  
  143. 19. In the URL http://www.mwu.edu/course/info.html#majors, the id/anchor name is ____. (Points : 1)
  144. http://
  145. www.mwu.edu
  146. /course/info.html
  147. #majors
  148.  
  149.  
  150.  
  151. 20. To use a single image to access multiple targets, you must set up ____ within the image. (Points : 1)
  152. hotspots
  153. links
  154. icons
  155. alt tags
  156.  
  157.  
  158.  
  159. 21. Hotspots are defined through the use of ____ maps. (Points : 1)
  160. target
  161. image
  162. practice
  163. link
  164.  
  165.  
  166.  
  167. 22. Once you know a document's URL, you can create a link to it by adding the URL to the <a> tag along with the ____ attribute in your text file. (Points : 1)
  168. href
  169. title
  170. alt
  171. url
  172.  
  173.  
  174. 23. HTML supports two kinds of paths: ____. (Points : 1)
  175. relational and interpreted
  176. logical and physical
  177. relative and absolute
  178. relative and directional
  179.  
  180.  
  181. 24. Given the absolute pathname /tutorial02/index.htm, the index.htm file is in the ____ folder. (Points : 1)
  182. home
  183. tutorial02
  184. index
  185. tutorial
  186.  
  187.  
  188. 25. To force a document to appear in a new window, you add the ____ attribute to the <a> tag. (Points : 1)
  189. window
  190. alt
  191. target-side
  192. target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement