html如何设置图片大小

发布网友 发布时间:2022-04-20 17:01

我来回答

2个回答

热心网友 时间:2022-03-30 04:04

方法一:通过 style="width:180px;height:100px"
<img src="" style="width:180px;height:100px"/>
方法二:通过调用样式
<style type="text/css">
.srcImg{width:180px;height:100px;}
</style>
<img src="" class="srcImg"/>

如果图片img外容器有设置宽度的话;可以设置为width:100%;

热心网友 时间:2022-03-30 05:22

<img src="" style="width:几%">

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com