我真的很簡單的問題,我希望能看到一些偉大的建議:-)HTML圖像的寬度和高度屬性
什麼是寬度和高度屬性的正確用法?
假設我需要與下列寬度和高度顯示圖像:150×100 pixles
<img src="..." alt="My Image" width="300" height="200" /> // the real width and height
或
<img src="..." alt="My Image" width="150" height="100" /> // the desired width and height (also defined in CSS)
限定IMG {垂直對齊:頂部;} – 2014-10-20 07:13:26