HTML and CSS Reference
In-Depth Information
More photos for myPod
A new batch of photos has arrived for myPod: three more from Seattle and a few from
a friend in Britain. The photos have already been resized to less than 800 pixels wide.
Add the <img> elements for them (you'll find the images already in the photos folder):
<html>
<head>
<title> myPod </title>
<style type="text/css">
body { background-color: #eaf3da;}
</style>
</head>
<body>
<h1> Welcome to myPod </h1>
<p>
Welcome to the place to show off your iPod, wherever you might be.
Wanna join the fun? All you need is any iPod, from the early classic
iPod to the latest iPod Nano, the smallest iPod Shuffle to the largest
iPod Video, and a digital camera. Just take a snapshot of your iPod in
your favorite location and we'll be glad to post it on myPod. So, what
are you waiting for?
</p>
<h2>Seattle, Washington</h2>
<p>
Me and my iPod in Seattle! You can see the
Space Needle. You can't see the 628 coffee shops.
</p>
<p>
<img src="photos/seattle_video_med.jpg" alt="My video iPod in Seattle, WA">
<img src="photos/seattle_classic.jpg" alt="A classic iPod in Seattle, WA">
<img src="photos/seattle_shuffle.jpg" alt="An iPod Shuffle in Seattle, WA">
<img src="photos/seattle_downtown.jpg" alt="An iPod in downtown Seattle, WA">
</p>
<h2> Birmingham, England </h2>
<p>
Here are some iPod photos around Birmingham. We've obviously got some
passionate folks over here who love their iPods. Check out the classic
red British telephone box!
</p>
<p>
<img src="photos/britain.jpg" alt="An iPod in Birmingham at a telephone box">
<img src="photos/applestore.jpg" alt="An iPod at the Birmingham Apple store">
</p>
</body>
</html>
 
Search WWH ::




Custom Search