怎么在html中插入多个图片,并在css中能设置每一张图片的格式
2个回答
展开全部
例:
<img src="img1.jpg" class="img1">
<img src="img2.jpg" class="img2">
<img src="img3.jpg" class="img3">
<img src="img4.jpg" class="img4">
样式:
.img1 {width:100px;heigth:50px}
.img2 {width:100px;heigth:50px}
.img3 {width:100px;heigth:50px}
.img4 {width:100px;heigth:50px}
<img src="img1.jpg" class="img1">
<img src="img2.jpg" class="img2">
<img src="img3.jpg" class="img3">
<img src="img4.jpg" class="img4">
样式:
.img1 {width:100px;heigth:50px}
.img2 {width:100px;heigth:50px}
.img3 {width:100px;heigth:50px}
.img4 {width:100px;heigth:50px}
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询