标签:www bsp com set http python 标签 color href
html与css的继续学习
1.css 书写可以在style处先设置一个标签的样式 例如 这个将图片的边框设置为0 为多余的边框,默认的img标签有一个1px的边框:
<head> <meta charset="UTF-8"> <title>Title</title> <style> img{ border: 0; } </style> </head> <body> <a href="http://www.oldboyedu.com" >asdf</a> <a href="http://www.oldboyedu.com"> <img src="1.jpg" style="width: 200px;height: 300px;"> </a> </body>
标签:www bsp com set http python 标签 color href
原文地址:http://www.cnblogs.com/shidi/p/7597984.html