What's the difference between the HTML width / height attribute and the CSS width / height property on the img element?

前端 未结 7 1253
说谎
说谎 2020-12-02 01:34

The HTML element can have the width / height attribute, and it can also have the CSS width /

7条回答
  •  旧巷少年郎
    2020-12-02 02:19

    http://www.w3schools.com/tags/tag_IMG.asp

    • I haven't used the image tag in a while for this purpose. But there is a difference, the attributes can be relative to the images dimensions, CSS style properties are absolute (either %, px, em...)

提交回复
热议问题