html在表单元素中如何添加背景图?
初学html做一个邮箱登陆页面<html><body><center><font>企业邮箱<font><formaction="??"method="get"><tabl...
初学html 做一个邮箱登陆页面
<html>
<body>
<center>
<font>企业邮箱<font>
<form action="??" method="get">
<table background="beijing.jpg">
用户名:<input type="text" name="user" /><br/>
密 码: <input type="password" name="mima" /><br/>
<input type="submit" value="确定" />
<input type="reset" value="取消" />
</table>
</form>
</center>
</body>
</html>
这样做为什么没有背景图? 展开
<html>
<body>
<center>
<font>企业邮箱<font>
<form action="??" method="get">
<table background="beijing.jpg">
用户名:<input type="text" name="user" /><br/>
密 码: <input type="password" name="mima" /><br/>
<input type="submit" value="确定" />
<input type="reset" value="取消" />
</table>
</form>
</center>
</body>
</html>
这样做为什么没有背景图? 展开
展开全部
用户名:<input type="text" name="user" style="background: url(图片路径)" /><br/>
密 码: <input type="password" name="mima" style="background: url(图片路径)" /><br/>
<input type="submit" value="确定" style="background: url(图片路径)" />
<input type="reset" value="取消" style="background: url(图片路径)" />
密 码: <input type="password" name="mima" style="background: url(图片路径)" /><br/>
<input type="submit" value="确定" style="background: url(图片路径)" />
<input type="reset" value="取消" style="background: url(图片路径)" />
追问
目前只学了HTML 还没有学其他的 不用style能实现不能?
追答
不能。你可以写css
.inputText{background: url(图片路径);}
.inputSub{background: url(图片路径);}
.inputReset{background: url(图片路径);}
用户名:
密 码:
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
博思aippt
2024-07-20 广告
2024-07-20 广告
作为深圳市博思云创科技有限公司的工作人员,对于Word文档生成PPT的操作,我们有以下建议:1. 使用另存为功能:在Word中编辑完文档后,点击文件->另存为,选择PowerPoint演示文稿(*.pptx)格式,即可将文档内容转换为PPT...
点击进入详情页
本回答由博思aippt提供
展开全部
<form style="background:url(图片地址);
background-repeat:no-repeat;
background-size:100% 100%;">...</form>
background-repeat:no-repeat;
background-size:100% 100%;">...</form>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询