HTML and CSS Reference
In-Depth Information
We're using the tit le of the journal as
the title of the we b page.
<html>
<head>
<title> My Trip Around the USA on a Segway </title>
</head>
<body>
<h1> Segway'n USA </h1>
<p>
Documenting my trip around the US on my very own Segway!
</p>
<h2> August 20, 2012 </h2>
<img src="images/segway2.jpg">
<p>
Well I made it 1200 miles already, and I passed
through some interesting places on the way: Walla Walla,
WA, Magic City, ID, Bountiful, UT, Last Chance, CO,
Why, AZ and Truth or Consequences, NM.
</p>
Here's Tony 's mo st
recen t ent ry.
<h2> July 14, 2012 </h2>
<p>
I saw some Burma Shave style signs on the side of the
road today: "Passing cars, When you can't see, May get
you, A glimpse, Of eternity." I definitely won't be passing
any cars.
</p>
He re's his second
en try, which doesn't
ha ve an image.
<h2> June 2, 2012 </h2>
<img src="images/segway1.jpg">
<p>
My first day of the trip! I can't believe I finally got
everything packed and ready to go. Because I'm on a Segway,
I wasn't able to bring a whole lot with me: cell phone, iPod,
digital camera, and a protein bar. Just the essentials. As
Lao Tzu would have said, "A journey of a thousand miles begins
with one Segway."
</p>
</body>
</html>
Go ahead and type t his in. Save your file to the “chapter3/jou rnal” folder as “journ al.html”. You'll find th e images
“segway1.jpg” and “seg way2.jpg” already in the “images” folder. W hen you're done, give this page a test driv e.
Search WWH ::




Custom Search