Home > Web Front-end > HTML Tutorial > 为HTML添加图片登录按钮_html/css_WEB-ITnose

为HTML添加图片登录按钮_html/css_WEB-ITnose

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-21 09:04:45
Original
1408 people have browsed it

<!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>
Copy after login

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template