Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4465568
  • 博文数量: 1148
  • 博客积分: 25453
  • 博客等级: 上将
  • 技术积分: 11949
  • 用 户 组: 普通用户
  • 注册时间: 2010-05-06 21:14
文章分类

全部博文(1148)

文章存档

2012年(15)

2011年(1078)

2010年(58)

分类: 系统运维

2011-04-28 14:38:43

  使用

  1. <html>
  2.   <head>
  3.     <title>Head First Lounge</title>
  4.   </head>
  5.   <body>
  6.     <h1>Welcome to the New and Improved Head First Lounge</h1>
  7.     <img src="drinks.gif">
  8.     <p>
  9.       Join us any evening for refreshing elixirs,
  10.       refreshing <a href="elixir.html">elixirs</a>
  11.       conversation and maybe a game or two of
  12.       <em>Dance Dance Revolution</em>.
  13.       Wireless access is always provided;
  14.       BYOWS (Bring Your Own Web Server).
  15.     </p>
  16.     <h2>Directions</h2>
  17.     <p>
  18.       You'll find us right in the center
  19.       of downtown Webville.
  20.       if you need help finding us,check out
  21.       our <a href="directions.html">detailed dirctions</a>
  22.       Come join
  23.     </p>
  24.   </body>
  25. </html>

  1. <a href="directions.html">detailed dirctions</a>

href:hypertext reference 超文本引用

href 属性: 用来指定链接的目的地

          在此链接中,浏览器会显示“detailed dirctions” 链接,点击将跳转到”dircetions.html“页面
这次的代码上传:   lounge.rar    lounge.rar  



  1. 了解属性:
  2.          属性用来指定元素的附加信息。
  3. 比如: