base href 使用方法詳解_基礎教程base href用法

來源:互聯網
上載者:User
常在架構結構中用,如左右兩個架構,把左邊的架構中檔案裡的串連都顯示在右邊的架構裡。只要用base標記,把其target屬性值寫為右架構名稱,這就不用再為左架構裡的檔案中的每一個串連都指定target屬性。

base href標記其他說明:
1、當使用時,BASE 元素必須出現在文檔的 HEAD 內,在任何對外部源的引用之前。
2、此元素在 Microsoft Internet Explorer 3.0 的 HTML 中可用,在 Internet Explorer 4.0 的指令碼中可用。
3、此元素不會被渲染。
4、此元素不需要關閉標籤。
5、base標籤其實還是有用處的,比如<base href="_blank">將使得本頁所有的連結都在新頁開啟,這樣就不必在每個連結處都以上target="_blank" 了。

IE7中注意:
1 、<html>之前不能加入額外的輸出字元。否則IE7就對 base 不進行解析。
2、< base >是一個連結基準標記,用以改變檔案中所有連結標記的參數預設值。它只能適應於檔案的開頭部分,即標記< head >與< /head >之間。

<html>   <head>   <base href=http://www.php.cn target="_blank">   <meta http-equiv="Content-Type" content="text/html; charset=gb2312">   <title>base href用法</title>   </head>   <body>   <a href="1.php">1.asp</a>   <a href="2.php">2.asp</a>   </body>   </html>
  • 相關文章

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.