Advertisement
spucoly

Untitled

Nov 4th, 2011
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <html>
  2. <head>
  3. <!--
  4. New Perspectives on HTML and XHTML 5th Edition
  5. Tutorial 7
  6. Case Problem 1
  7.  
  8. The Robert Frost Web Page
  9. Author: Some Schmuck
  10. Date: XX/XX/2011
  11.  
  12. Filename: rf.htm
  13. Supporting files: button0.gif, button1.gif, button2.gif, button3.gif,
  14. devotion.mp3,fireice.mp3, poetry.css,
  15. PopBtn.class, PopMenu.class, rflogo.gif, tan.jpg
  16. -->
  17. <title>The Robert Frost Web Page</title>
  18. <link href="poetry.css" rel="stylesheet" type="text/css" />
  19.  
  20. </head>
  21.  
  22. <body>
  23. <div id="pageContent">
  24.  
  25. <div id="links">
  26.  
  27.  
  28. <!--[if IE]><!-->
  29. <object classid = "clsd:clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
  30. codebase="http://java.sun.com/update/1.6.0/jinstall-6windows-i586.cab"
  31. type="application/x-java-applet"
  32. width="700" height="30">
  33. <param name ="code" value="PopMenu.class">
  34. <!--<![endif]-->
  35.  
  36. <!--[if IE]><!-->
  37. <objet classid="java:PopMenu.class"
  38. type="application/x-java-applet"
  39. width="700" height="30">"
  40. <!--<![endif]-->
  41. <param value="right" name="labelpos" />
  42. <param name="src0" value="button0.gif" />
  43. <param name="src1" value="button1.gif" />
  44. <param name="src2" value="button2.gif" />
  45. <param name="src3" value="button3.gif" />
  46. <param name="text0" value="Robert Frost on Wikipedia" />
  47. <param name="text1" value="Robert Frost at Poets.org" />
  48. <param name="text2" value="Robert Frost Out Loud" />
  49. <param name="text3" value="Robert Frost: America's Poet" />
  50. <param name="href0" value="http://en.wikipedia.org/wiki/Robert_Frost" />
  51.  
  52. <param name="href1" value="http://www.poets.org/poet.php/prmPID/192" />
  53. <param name="href2" value="http://www.robertfrostoutloud.com" />
  54. <param name="href3" value="http://www.ketzle.com/frost" />
  55. <a href="http://en.wikipedia.org/wiki/Robert_Frost">Robert Frost on Wikipedia</a>
  56. <a href="http://www.poets.org/poet.php/prmPID/192">Robert Frost at Poets.org</a>
  57. <a href="http://robertfrostoutloud.com">Robert Frost Out Loud</a>
  58. <a href="http://www.ketzle.com/frost">Robert Frost: America's Poet</a>
  59.  
  60. </object>
  61. </div>
  62.  
  63. <h1 id="head"><img src="rflogo.gif" alt="The Robert Frost Web Page" /></h1>
  64.  
  65. <p class="firstp">Robert Frost was born in San Francisco on March 26, 1874.
  66. While still a young boy, Frost's father died and the family moved to
  67. Massachusetts. Frost attended Dartmouth College for less than a semester,
  68. after which he moved back to Massachusetts to teach and work as a reporter
  69. for a local newspaper. Frost returned to college in 1897 to attend Harvard,
  70. but he did not graduate. Frost was essentially a self-educated man.</p>
  71.  
  72. <p>After Harvard, Frost married and sold the farm he had inherited. With
  73. the proceeds of the sale, he moved his family to England, where he wrote for
  74. ten years without success. His first works were published by a
  75. London publisher in 1913.</p>
  76.  
  77. <p>Frost's works, once printed, met immediate acclaim. His collection of
  78. poems <i>A Further Place</i> won the Pulitzer Prize in 1937. Though he is
  79. sometimes cast as a pastoral poet, Frost was also a fierce intellectual with
  80. a decidedly dark view of himself and the world. Frost would use rural
  81. settings as a metaphor for his philosophical views. Robert Frost is one of
  82. the best-known and most loved of American poets. He died in Boston on
  83. January 29, 1963.</p>
  84.  
  85. <p>Two of Frost's poems are included below. Click the sound icon located next
  86. to each poem to hear readings of each work.</p>
  87.  
  88.  
  89. <div class="poem">
  90. <h2>Fire and Ice</h2>
  91. <p>
  92. <!--[if IE]><!-->
  93. <object data="fireice.mp3" type="audio/mpeg" classid="clsid:02bf25d5-8c17-4b23-bc80-d3488abddc6b"
  94. codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="17px" height="16">
  95. <!--<![endif]-->
  96. <!--[if !IE]><!-->
  97. <object width="17" height="16" type="audio/mpeg" data="fireice.mp3">
  98. <!--<![endif]-->
  99. <param name="src" value="fireice.mp3" />
  100. <param name="autoplay" value="false" />
  101. <param name="autostart" value="false" />
  102. <param name="controller" value="true" />
  103. <param name="showcontrols" value="true" />
  104. <embed src="fireice.mp3" type="audio/mpeg" showcontrols="true" controller="true" autostart="false" autoplay="false" width="17" height="16">
  105.  
  106. <p>Click to
  107. <a href="fireice.mp3">download</a>
  108. the sound clip.
  109. </p>
  110. </embed>
  111.  
  112. </object>
  113.  
  114.  
  115. Some say the world will end in fire,<br />
  116. Some say in ice.<br />
  117. From what I've tasted of desire<br />
  118. I hold with those who favor fire.<br />
  119. But if it had to perish twice,<br />
  120. I think I know enough of hate<br />
  121. To say that for destruction ice<br />
  122. Is also great<br />
  123. And would suffice.
  124. </p>
  125. </div>
  126.  
  127. <div class="poem">
  128. <h2>Devotion</h2>
  129. <p>
  130.  
  131. <!--[if IE]><!-->
  132. <object data="devotion.mp3" type="audio/mpeg" classid="clsid:02bf25d5-8c17-4b23-bc80-d3488abddc6b"
  133. codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="17" height="16">
  134. <!--<![endif]-->
  135. <!--[if !IE]><!-->
  136. <object data="devotion.mp3" type="audio/mpeg" width="17" height="16">
  137. <!--<![endif]-->
  138. <param name="src" value="devotion.mp3" />
  139. <param name="autoplay"value="false" />
  140. <param name="autostart" value="false" />
  141. <param name="controller" value="true" />
  142. <param name="showcontrols"value="true" />
  143. <embed src="devotion.mp3" type="audio/mpeg" showcontrols="true"
  144. controller="true" autostart="false" autoplay="false" width="17" height="16">
  145.  
  146. <p>Click to
  147. <a href="fireice.mp3">download</a>
  148. the sound clip.
  149. </p>
  150. </embed>
  151. </object>
  152. </object>
  153.  
  154. The heart can think of no devotion<br />
  155. Greater than being shore to the ocean&#151;<br />
  156. Holding the curve of one position,<br />
  157. Counting an endless repetition.
  158. </p>
  159. </div>
  160.  
  161. <div id="footer">
  162. Button applet provided by:
  163. <a href="http://www.free-applets.com">http://www.free-applets.com</a>
  164. </div>
  165.  
  166. </div>
  167.  
  168. </body>
  169. </html>
  170.  
  171.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement