发布网友 发布时间:2022-04-25 09:10
共1个回答
热心网友 时间:2022-04-21 11:04
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns=" http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>无标题文档</title> <style type="text/css"> <!-- .aaa { background-image: url( http://cache.soso.com/wenwen/i/w_logo.png ); height: 30px; width: 200px; background-repeat: no-repeat; background-position: center; } .bbb{ height: 20px; width: 50px; } --> </style> </head> <body> <form id="form1" name="form1" method="post" action=""> <label> <input name="aaa" type="text" class="aaa" id="aaa" /> </label> <label> <input name="Submit" type="image" class="bbb" value="提交" src=" http://cache.soso.com/wenwen/i/w_logo.png" /> </label> </form> </body> </html>