编辑下面的代码:【加编码】
<html> <head> <style> img.normal {width:auto;} img.big {width:50%;} img.small {width:10%;} </style> </head> <body> <img class="normal" src="/demo/logocss.gif" width="95" height="84"><br> <img class="big" src="/demo/logocss.gif" width="95" height="84"><br> <img class="small" src="/demo/logocss.gif" width="95" height="84"> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂