Advertisement
Guest User

XHTML Strict 1.0

a guest
Apr 22nd, 2016
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.58 KB | None | 0 0
  1. <!DOCTYPE html
  2. PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head>
  5.  
  6.     <title>  my trip around the US on my very own Segway </title>
  7.  </head>
  8.  
  9.   <body>
  10.     <h1> Segway'n USA </h1>
  11.  
  12.     <p>
  13.  
  14.       Documenting my trip around the US on my
  15. very own Segway
  16.     </p>
  17.  
  18.     <h2> August 20, 2005 </h2>
  19.  
  20.     <img src="images/segway2.jpg"/ alt="segway"/>
  21.  
  22.     <p>
  23.       Well I made it 1200 miles already, and I passed
  24.        through some interesting places on the way:
  25.    </p>
  26.  
  27.    <ol> <!-- ordered list -->
  28. <li>Walla Walla, WA</li>
  29. <li>Magic City, ID</li>
  30. <li>Bountiful, UT</li>
  31. <li>Last Chance, CO</li>
  32. <li>Why, AZ</li>
  33. <li>Truth or Consequences, NM</li>
  34.     </ol>
  35.  
  36.     <h2> July 14, 2005 </h2>
  37.  
  38.     <p>
  39.       I saw some Burma Shave style signs on the side of the
  40.        road today :
  41.     </p>
  42.  
  43.     <blockquote>
  44. Passing cars,
  45. When you can't see, May get you,
  46. A glimpse,
  47. Of eternity.
  48.     </blockquote>
  49.     <p>
  50.       I definitely won't be passing any cars.
  51.     </p>
  52.  
  53.     <h2> June 2, 2005 </h2>
  54.  
  55.     <img src="images/segway1.jpg"/ alt="segway">
  56.  
  57.     <p>
  58.       My frst day of the trip! I can't believe I fnally got
  59.        everything packed and ready to go. Because I'm on a Segway,
  60.        I wasn't able to bring a whole lot with me: cellphone, iPod,
  61.        digital camera, and a protein bar. Just the essentials. As
  62.        Lao Tzu would have said, <q>A journey of a thousand miles begins
  63.        with one Segway</q>
  64.     </p>
  65.  
  66.   </body>
  67.  
  68.   </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement