博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
8-Images
阅读量:6954 次
发布时间:2019-06-27

本文共 771 字,大约阅读时间需要 2 分钟。

  • HTML Image Tags

    Tag Description
    Defines an image
    Defines an image-map
    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

转载于:https://www.cnblogs.com/robohou/p/8453301.html

你可能感兴趣的文章
阅文集团副总裁傅徐军:最佳技术架构选型方法论
查看>>
Vue2.1.7源码学习脑图整理
查看>>
H5新增标签
查看>>
理解git结构与简单操作(一)git的本质
查看>>
iOS应用本地化
查看>>
前端知识点总结——HTML
查看>>
使用 Ruby 拓展 Vim
查看>>
Android序列化
查看>>
vue项目坑一 (node环境内存溢出问题)
查看>>
一个故事让你彻底理解 Https
查看>>
Redis 主从复制
查看>>
java并发编程学习10--同步器--倒计时门栓
查看>>
centos7下安装LNMP(nginx+PHP7.1.9+mysql5.7)
查看>>
实现compose的五种思路
查看>>
【228天】黑马程序员27天视频学习笔记【Day27-上】
查看>>
NodeAPI学习之Buffer
查看>>
深入java单例模式
查看>>
基于zepto的组件系统搭建
查看>>
c++学习笔记 --- inline这玩意
查看>>
create-react-app
查看>>