The HTML <img>
element can have the width / height attribute, and it can also have the CSS width / height properties:
<img src="xxx.img" width="16" height="16"
style="width: 16px; height: 16px"></img>
What's the difference between the HTML attribute and CSS property and should they have the same effect?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…