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

前端 未结 7 1233
说谎
说谎 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:09

    you can try this

    
    

    it's height will be auto-size.

    and this

    
    

    it's height will not be auto-size.

    just try more,and you know the difference

提交回复
热议问题