Tài liệu Putting the Web in World Wide Web: Adding Pointers and Links

Thảo luận trong 'Thiết Kế Web' bắt đầu bởi Thúy Viết Bài, 5/12/13.

  1. Thúy Viết Bài

    Thành viên vàng

    Bài viết:
    198,891
    Được thích:
    173
    Điểm thành tích:
    0
    Xu:
    0Xu
    The following is a more comprehensive example, which combines various facets of HTML to
    build an interesting and attractive Web page.
    <html>
    <head>
    <title>Visiting the White House and Other Government Sites</title>
    </head>
    <body link=”#0000FF” vlink=”#0000FF”>
    <center>
    <!— the following includes a graphic on the page. It’ll be
    explained in Chapter 7 —>
    <img src=”whitehouse.jpg” height=”92” width=”669” alt=”whitehouse” />
    </center>
    <p>
    In cyberspace, you can virtually travel anywhere. Of the various places
    that are fun and interesting to explore, however, few are as
    interesting as <a href=”http://www.whitehouse.gov/”>The White House</a>.
    But here are some others
    to keep you busy:
    </p>
    <h2 style=”background-color:#ccc;padding:4px;width:100%;border: 1px
    solid black;”>
    Government Sites on the Web[/B]
    <ul>
    <li><a href=”http://www.fbi.gov/”>Federal Bureau of Investigation</a></li>
    <li><a href=”http://www.fedworld.gov/”>FedWorld</a>, a great starting
    point for
    government research</li>
    <li><a href=”http://www.nifl.gov/”>National Institute for Literacy</a></li>
    <li><a href=”http://www.osmre.gov/osm.htm”>Office of Surface Mining</a></li>
    <li><a href=”http://www.sba.gov/”>Small Business Administration</a></li>
    <li><a href=”http://www.ssa.gov/”>Social Security Administration</a></li>
    <li><a href=”http://www.dhs.gov/”>Department of Homeland Security</a></li>
    <li><a href=”http://www.usaid.gov/”>U.S. Agency for International
    Development</a></li>
    </ul>
    </body>
    </html>
     

    Các file đính kèm:

Đang tải...