HTML(XHTML)基础知识(四)——【超链接】

<a>

    a 元素是块内元素。

    可选属性:charset,目标 URL 所指向的文档使用的编码字符集;shape,定义图像映射中当前<area>标签对应的映射区域的类型,circle、poly、rect;coords,指定用于在客户端图像映射中定义一个形状的坐标;href,目标 URL;hreflang,目标 URL 所指向的文档使用的基础语言;rel,当前文档与目标文档之间的关系,alternate、stylesheet、start、next、prev、contents、index、glossary、copyright、chapter、section、subsection、appendix、help、bookmark;rev,目标文档与当前文档之间的关系,可取值同 rel;type,目标资源的MIME 类型。

    标准属性:accesskey、class、dir、id、lang、style、tabindex、title、xml:lang

    事件属性:onblur、onclick、ondblclick、onfocus、onkeydown、onkeypress、onkeyup、onmousedown、onmousemove、onmouseout、onmouseover、onmouseup

    href 取值类型:

        ① 不同协议的网络资源,http(s)、ftp...

        ② 电子邮件:mailto:webmaster@mywebpage.com?subject=Feedback

        ③ 页面内的某个元素:#元素ID

posted @ 2018-08-07 14:49  RickyShilx  阅读(213)  评论(0编辑  收藏  举报