您现在的位置:首页 >> 前端 >> 内容

为HTML添加图片登录按钮

时间:2015/10/27 11:46:26 点击:

  核心提示:!DOCTYPE htmlhtmlhead lang=enmeta charset=UTF-8title/titlestyle type=text/css.but{border: 0px; /*去边框...
<!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="https://www.baidu.com">
    账号:<input type="text" name="userNumber"/><br/>
    密码:<input type="password" name="password"><br/>
    <input type="submit" value=" " class="but" />
</form>
</body>
</html>

为HTML添加图片登录按钮

Tags:为H HT TM ML 
作者:网络 来源:不详