链接

  1. 这样就把页面上所有href为相对链接的属性定向为[http://www.baidu.com/chenqian.css](http://www.baidu.com/chenqian.css)链接,其中<img>中的src属性同样适用。该属性在实际应用中不可靠。
  2. <a name="SXudD"></a>
  3. ### target属性
  4. ```html
  5. <base target="_self"> 载入的页面为当前页面
  6. <base target="_blank"> 载入的页面为新的空白的页面
  7. <base target="_parent">
  8. <base target="_top">
  9. <base target="_framename">