Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 12th, 2012  |  syntax: None  |  size: 1.22 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html>
  3.         <head>
  4.                 <title>San Fransisco Bay Hiking Destinations</title>
  5.         </head>
  6.         <body>
  7.                 <h1>San Fransisco Bay Area</h1>
  8.                 <h2>Hiking Destinations</h2>
  9.                 <h3><a id="hd1">Fort Funston</a></h3>
  10.                 <p>Distance: 1.5 Miles<br />
  11.                 Elev. (low/high): 0/183 ft.<br />
  12.                 Difficulty: Easy</p>
  13.                 <h3><a id="hd1">Rodeo Beach</a></h3>
  14.                 <p>Distance: 4.3 Miles<br />
  15.                 Elev. (low/high): 20/850 ft.<br />
  16.                 Difficulty: Easy</p>
  17.                 <h3><a id="hd1">Mission Peak</a></h3>
  18.                 <p>Distance: 5.6 Miles<br />
  19.                 Elev. (low/high): 425/2453 ft.<br />
  20.                 Difficulty: Moderate</p>
  21.                 <p><a href="HikingGuide.html">Hiking Guide</a></p>
  22.         </body>
  23. </html>
  24.                
  25.  
  26. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  27. <html>
  28.         <head>
  29.                 <title>San Fransisco Bay Area Hiking Guide</title>
  30.         </head>
  31.         <body>
  32.                 <h1>San Fransisco Bay Area</h1>
  33.                 <h2>Hiking Guide</h2>
  34.                 <p><a href="HikingDestinations.html#hd1">
  35.                         Fort Funston</a></p>
  36.                 <p><a href="HikingDestinations.html#hd2">
  37.                         Rodeo Beach</a></p>
  38.                 <p><a href="HikingDestinations.html#hd3">
  39.                         Mission Peak</a></p>
  40.         </body>
  41. </html>