编辑下面的代码:【加编码】
<html> <head> <style> img.home { width: 46px; height: 44px; background: url(/static/images/img_navsprites.gif) 0 0; } img.next { width: 43px; height: 44px; background: url(/static/images/img_navsprites.gif) -91px 0; } </style> </head> <body> <img class="home" src="/static/images/img_trans.gif"><br><br> <img class="next" src="/static/images/img_trans.gif"> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂