html教程11:使用CSS样式定义图像的外观
3、使用CSS样式定义图像的外观
可以使用style属性,或者设置一个class属性,定义其外观。
例如:<img style="width:300px;" src="images/img1.jpg" />