來源於:http://www.2cto.com/kf/201510/447673.html
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <style type="text/css"> .but{ border: 0px; /*去邊框*/ width: 1000px; /*寬*/ height: 600px;/*高*/ background-image:url(img/登錄.jpg);/*背景圖片*/ font-size: 30px;/*字體大小*/ color: white; /*字體顏色*/ } </style> </head> <body> <form action="http://www.baidu.com"> 賬號:<input type="text" name="userNumber"/><br/> 密碼:<input type="password" name="password"><br/> <input type="submit" value=" " class="but" /> </form> </body> </html>