标签:img image http com div 边框 nbsp pad 图片
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>设置图像宽度高度及边框</title> <style type="text/css"> ul{list-style-type: none;} li{float: left;padding: 0 20px;} </style> </head> <body> <h2 align="center">设置图像宽度高度及边框</h2> <hr color="#6600cc"/> <ul> <li><img src="../stuff/images1.jpg" alt="原图"/></li> <li><img src="../stuff/images1.jpg" width="100px" alt="宽度为100px" border="5"/></li> <li><img src="../stuff/images1.jpg" width="75px" height="50px" alt="宽75px高50像素" border="10"/></li> </ul> </body> </html>
标签:img image http com div 边框 nbsp pad 图片
原文地址:https://www.cnblogs.com/mjn1/p/11609425.html