练习:制作一个度假村的网页(新手)

附代码:

<!DOCTYPE html>
<html lang="en">
<head>
    <title>Pacific Trails Resort</title>
    <meta charset="utf-8">
</head>
<body>
    <h1>Pacific Trails Resort</h1>
    <div><strong>Home &nbsp Yurts &nbsp Activities &nbsp Reservations</strong></div>
    <h2>Enjoy Nature in Luxury</h2>
    <p>Pacific Trails Resort offers a sspecial lodging experience on tht California North Coast.Relax in serenity with panoramic views of thr Pacific Ocean.</p>
    <ul>
        <li>Private yurts with decks overlookinh the ocean</li>
        <li>Activities lodge with fireplace and gift shop</li>
        <li>Nightly fine dining at the Overlook Cafe</li>
        <li>Heated outdoor pool and whirlpool</li>
        <li>Guided hiking tours of the redwoods</li>
    </ul>
    <div><br>Pacific Trails Resort</br>
    <br>12010 Pacific Trails Road </br>
    <br>Zephyr,CA 95555</br>
    <br>888-555-5555</br></div>
    <div><small><i><br>Copyright &copy 2011 Pacific Trails Resort</br>
        <br>[email protected]</br></i></small></div>
</body>
</html>

猜你喜欢

转载自www.cnblogs.com/lepanyou/p/9313723.html