zoukankan      html  css  js  c++  java
  • 8-Images

    • 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
    厚积薄发,开物成务。 德才兼备、知行合一。 自强不息,厚德载物。
  • 相关阅读:
    【转】linux常用命令
    【转】C++三大特性
    插入排序
    shixi
    【转】TCP协议
    【转】排序算法稳定性
    面筋BD
    斐波那契数列
    【面试题】D
    【学习笔记】OI模板整理
  • 原文地址:https://www.cnblogs.com/robohou/p/8453301.html
Copyright © 2011-2022 走看看