runoops.com

参考手册 第84页

HTML area target 属性

阅读(1317)

实例 Run this code » 带有可点击区域和target属性的图像映射: <img src="planets.gif" width="145" height="126" alt="Planets" usemap="#plan...

HTML area shape 属性

阅读(1358)

实例 Run this code » 带有可点击区域的图像映射: <img src ="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap"&g...

HTML area rel 属性

阅读(1365)

实例 Run this code » 带有可点击区域的图像映射 <img src="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap">...

HTML area nohref 属性

阅读(1668)

实例 Run this code » 带有可点击区域的图像映射,并使用 nohref 属性: <img src="planets.gif" width="145" height="126" alt="Planets" usemap="...

HTML area media 属性

阅读(1316)

实例 Run this code » 带有可点击区域的图像映射: <img src="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap">...

HTML area hreflang 属性

阅读(1349)

实例 Run this code » 带有可点击区域的图像映射: <img src="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap">...

HTML area href 属性

阅读(1287)

实例 Run this code » 带有可点击区域的图像映射: <img src="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap">...

HTML area coords 属性

阅读(1354)

实例 Run this code » 带有可点击区域的图像映射: <img src ="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap"&g...

HTML area alt 属性

阅读(1275)

带有可点击区域的图像映射: 浏览器支持 所有主流浏览器都支持 alt 属性。 定义和用法 alt 属性是一个必需的属性,它规定在图像无法显示时的替代文本。 假设由于下列原因用户无法查看图像,alt 属性可以为图像提供替代的信息: 网速太慢 ...

HTML body 标签

阅读(1757)

实例 Run this code » 一个简单的 HTML 文档,包含尽可能少的必需的标签: <!DOCTYPE html> <html> <head> <meta charset="utf-8"&...