input居中,以及input中元素居中input中的⽂字居中:
<input type="" />
input标签在其他标签内的居中:、
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>⽆标题⽂档</title>
<style type="text/css"></style>
</head>
<body>
<div >
<input type="text" />
我和input 元素居中了
<input type="checkbox"/>
单选</div>
</div>
</body>div中的div居中
</html>
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论