当前位置: 首页 > 文档资料 > HTML 入门教程 >

<img>

优质
小牛编辑
119浏览
2023-12-01

描述 (Description)

HTML 标记用于将图像放入HTML文档中。

例子 (Example)

<!DOCTYPE html>
<html>
   <head>
      <title>HTML  Tag</title>
   </head>
   <body>
      <img src = "https://www.xnip.cn/images/html.gif"
         alt = "HTML Tutorial" height = "150" width = "140" />
   </body>
</html>

全局属性 (Global Attributes)

此标记支持 - HTML Attribute Reference描述的所有全局属性

具体属性 (Specific Attributes)

HTML 标记还支持以下附加属性 -

属性描述
aligntop bottom middle left rightDeprecated - 指定图像的对齐方式。
alttext指定替代文本
borderpixelsDeprecated - 指定图像边框的宽度。
crossorigin HTML-5anonymous use-credentials它允许来自允许跨源访问的第三方站点的图像与canvas一起重用。
heightpixels or %指定图像的高度。
hspacepixelsDeprecated - 要插入对象左侧和右侧的空白量。
ismapURL将图像定义为服务器端图像映射。
longdesctextDeprecated - 指定长描述的URI/URL - 这可以详细说明使用alt属性指定的较短描述。
srcURL图像的网址
usemap#mapname将图像定义为客户端图像映射,并与标记一起使用。
vspacepixelsDeprecated - 要插入对象顶部和底部的空白量。
widthpixels or %设置图像的宽度(以像素为单位)或以%为单位。

事件属性 (Event Attributes)

此标记支持 - HTML Events Reference描述的所有事件属性

浏览器支持 (Browser Support)

ChromeFirefoxIEOperaSafariAndroid
YesYesYesYesYesYes