如何更改div内图像的高度和宽度?
<div id="divid">
<img width="100" height="200" src="site.com">
<p>text</p>
<img width="230" height="120" src="site.com">
<h3>text</h3>
<img width="50" height="20" src="site.com">
<img width="70" height="40" src="site.com">
</div>
答案 0 :(得分:1)
您可以使用style属性执行此操作。 例如:
#inline()