乡下人产国偷v产偷v自拍,国产午夜片在线观看,婷婷成人亚洲综合国产麻豆,久久综合给合久久狠狠狠9

  • <output id="e9wm2"></output>
    <s id="e9wm2"><nobr id="e9wm2"><ins id="e9wm2"></ins></nobr></s>

    • 分享

      a--HTML元素

       小明 2006-10-30

      定義

        表示超鏈接的起始或目的位置。

        Designates the start or destination of a hypertext link.

      注釋

        元素a需要指定 href 或 name 屬性。

        文本和圖像都可包含在錨內(nèi)。作為錨的圖像有一個(gè)邊框,該邊框顏色表明該鏈接是否被訪問過。要避免顯示此邊框,你可設(shè)置 img 元素的 BORDER 標(biāo)簽屬性為 0 或者省略 BORDER 標(biāo)簽屬性。你還可以使用樣式表 CSS 來覆蓋 a 和 img 元素的默認(rèn)外觀。

        注意  當(dāng)對(duì)象table包含在 a 標(biāo)簽內(nèi)時(shí)可能工作不正常。

        如果對(duì)元素 A 應(yīng)用 time2 行為的話,那么該元素僅當(dāng)在時(shí)間線上激活時(shí)才會(huì)變成鏈接。

        此元素在Internet Explorer 3.0及以上版本 的 HTML 和腳本中可用。

        此元素是內(nèi)嵌元素。

        此元素需要關(guān)閉標(biāo)簽。

        The a element requires the href or the name property to be specified.

        Both text and images can be included within an anchor. An image that is an anchor has a border whose color indicates whether the link has been visited. To prevent this border from displaying, you can set the img element‘s BORDER attribute to 0 or omit the BORDER attribute. You can also use Cascading Style Sheets (CSS) attributes to override the default appearance of a and img elements.

        Note  A table object does not function properly when contained within an a tag.

        If the time2 behavior is applied to the A element, it will become a link only when it is active on the timeline.

        This element is available in HTML and script as of Internet Explorer 3.0.

        This element is an inline element.

        This element requires a closing tag.

      示例代碼

        <!-- Link to a server. 鏈接到服務(wù)器 -->
        <A HREF="http://www.">布啦布啦主頁</A>
        <!-- Link to a file in the same directory. 鏈接到同一目錄的文件 -->
        <A HREF="home.htm">home.htm</A>
        <!-- Open a file in the window specified by TARGET. 在由 TARGET 指定的窗口中打開文件 -->
        <A TARGET="viewer" HREF="sample.htm">Open in window</A>
        <!-- Include an IMG element as a part of the link. 將 IMG 元素作為鏈接的一部分。-->
        <A HREF="http://www."><IMG SRC="http://www./images/logo/blabla_logo01.gif">link</A>
        <!-- Link to an anchor. 鏈接到錨。-->
        <A HREF="#anchor">anchor</A>
        <!-- Define an anchor. 定義一個(gè)錨 -->
        <A NAME="anchor">
        <!-- Invoke a JScript function 調(diào)用 JScript 函數(shù)-->
        <A HREF="javascript:window.open()">link</A>

        本站是提供個(gè)人知識(shí)管理的網(wǎng)絡(luò)存儲(chǔ)空間,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點(diǎn)。請(qǐng)注意甄別內(nèi)容中的聯(lián)系方式、誘導(dǎo)購買等信息,謹(jǐn)防詐騙。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊一鍵舉報(bào)。
        轉(zhuǎn)藏 分享 獻(xiàn)花(0

        0條評(píng)論

        發(fā)表

        請(qǐng)遵守用戶 評(píng)論公約

        類似文章 更多