码迷,mamicode.com
首页 > 其他好文 > 详细

/*去图片边框*/

时间:2017-03-06 21:07:48      阅读:130      评论:0      收藏:0      [点我收藏+]

标签:图片   div   ant   set   htm   utf-8   color   tle   class   

 1 <!DOCTYPE html>
 2 /*去图片边框*/
 3 <html lang="en">
 4 <head>
 5     <meta charset="UTF-8">
 6     <title>Title</title>
 7     <style>
 8         img{
 9             border: 0;/*去图片边框*/
10         }
11     </style>
12 </head>
13 <body>
14     <a href="http://etiantian.org">asaf</a>
15     <a href="http://etiantian.org">
16         <img src="1.png" style="height: 200px;width: 200px" >
17     </a>
18 </body>
19 </html>

 

/*去图片边框*/

标签:图片   div   ant   set   htm   utf-8   color   tle   class   

原文地址:http://www.cnblogs.com/shiluoliming/p/6511746.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!