HTML area nohref 属性
实例 Run this code » 带有可点击区域的图像映射,并使用 nohref 属性: <img src="planets.gif" width="145" height="126" alt="Planets" usemap="...
实例 Run this code » 带有可点击区域的图像映射,并使用 nohref 属性: <img src="planets.gif" width="145" height="126" alt="Planets" usemap="...
实例 Run this code » 带有可点击区域的图像映射: <img src="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap">...
实例 Run this code » 带有可点击区域的图像映射: <img src="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap">...
实例 Run this code » 带有可点击区域的图像映射: <img src="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap">...
实例 Run this code » 带有可点击区域的图像映射: <img src ="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap"&g...
HTML <area> 标签 实例 Run this code » 带有可点击区域的图像映射: <img src="planets.gif" width="145" height="126" alt="Planets" u...
带有可点击区域的图像映射: 浏览器支持 所有主流浏览器都支持 alt 属性。 定义和用法 alt 属性是一个必需的属性,它规定在图像无法显示时的替代文本。 假设由于下列原因用户无法查看图像,alt 属性可以为图像提供替代的信息: 网速太慢 ...
实例 Run this code » 一个简单的 HTML 文档,包含尽可能少的必需的标签: <!DOCTYPE html> <html> <head> <meta charset="utf-8"&...
将文档中已被访问的链接颜色设置为红色: 浏览器支持 所有主流浏览器都支持 vlink 属性。 定义和用法 HTML5 不再支持 <body> vlink 属性。请使用 CSS 替代。 <body>的 vlink 属性...
设置 HTML 文档中的文本颜色: 浏览器支持 所有主流浏览器都支持 text 属性。 定义和用法 HTML5 已不再支持 <body> text 属性。请使用 CSS 替代。 <body> 的 text 属性在HT...