怎么用html实现文本框居中,还有提交按钮。如图:
2个回答
2016-11-15
展开全部
<div style="overflow:hidden; margin: 0 auto; width:512px;">
<input type="text" style="border:1px solid #00a0e9; width:400px; line-height:20px; padding:9px 5px; display:block; float:left;" />
<input type="submit" style="width:100px; line-height:40px; background-color:#00a0e9; border:none; display:block; float:left; color:#fff;" value="百度一下" />
</div>
这是参照你的图写的简单的例子的Html代码,你可以参考一下。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询