jsp页面中如何显示一条横线....
<p>hr控制
<!-- width控制线的长度size控制线的粗细 -->
横线:<hr width=500 size=0 color="#999999">
<!-- width控制线的宽度,size控制线的长短 -->
横线<br><div style="position:relative; width:600; height:1px; background-color:red"></div>
<div style="background:#fff;
text-align: center;
margin:0 auto;
margin-bottom:-18px;
width: 90px;
position:relative;
">XXXXXXXXX</div><hr/>
扩展资料
在网页中画一条竖线
1<div style="width:1000;height:1;;border-top:1px dotted #000000"></div>2<s
style="width:1000;height:1;border-top:1px dotted #000000"></s>3<b
style="width:1000;height:1;border-top:1px dotted #000000"></b>4<input
style="width:1000;height:1;border-top:1px dotted #000000">5<a
style="width:1000;height:1;;border-top:1px dotted #000000"></a>6<center
style="width:1000;height:1;;border-top:1px dotted #000000"></center>7<iframe
style="width:1000;height:1;;border-top:1px dotted #000000;" frameborder=no>
</iframe>8<img style="width:1000;height:1;;border-top:1px dotted #000000">
</img>9<hr size="1" noshade style="height:100;width:1;border:1px dotted
#000000;zoom:2">线条长度=zoom*height10<hr size="1" noshade style="border:1px
dotted #000000">部分不能显示请装IE5.5+
使用<hr>标签还是很方便的。还可以设置粗细等等。
<input type="hidden" name="newuser" value="yes"><div align="center"><center><p><strong>帐户:</strong>
<font face="Courier"><input name="reviewone" size="15"
style="color: rgb(255,0,0); border-left: medium none; border-right: medium none; border-top: medium none; border-bottom: 1px solid rgb(192,192,192)"></font>
<strong>密码:</strong> <font face="Courier"><input name="password" size="15"
type="password"
style="color: rgb(255,0,0); border-left: medium none; border-right: medium none; border-top: medium none; border-bottom: 1px solid rgb(192,192,192)"></font>
</p>