首页 > 其他 > 详细

8-Images

时间:2018-02-18 22:39:09      阅读:367      评论:0      收藏:0      [点我收藏+]
  • HTML Image Tags

    TagDescription
    <img> Defines an image
    <map> Defines an image-map
    <area> Defines a clickable area inside an image-map

 

 

 

 

 

 

  • Use the HTML <img> element to define an image
  • Use the HTML src attribute to define the URL of the image
  • Use the HTML alt attribute to define an alternate text for an image, if it cannot be displayed
  • Use the HTML width and height attributes to define the size of the image
  • Use the CSS width and height properties to define the size of the image (alternatively)
  • Use the CSS float property to let the image float
  • Use the HTML <map> element to define an image-map
  • Use the HTML <area> element to define the clickable areas in the image-map
  • Use the HTML <img>‘s element usemap attribute to point to an image-map

8-Images

原文:https://www.cnblogs.com/robohou/p/8453301.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!