<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<META NAME="Generator" CONTENT="EditPlus">
<META NAME="Author" CONTENT="">
<META NAME="Keywords" CONTENT="">
<META NAME="Description" CONTENT="">
</HEAD>
<BODY>
?? 1.input text control:<input type="text" value="swerwdfwe" style="border-style:none"/>
?? <br>
?? 2去掉:<input?? type="text"?? name="textfield"?? style="border:10"/>
?? 3只留下边框:<input type="text" style="BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: solid">
? 4<input?? type= "text "?? name= "textfield "?? style= "border:10px;background-color:#99CCFF ">
5<input?? type= "txt "?? name= "txtfield "?? style= "border:#FF0000?? 1px?? solid; ">
</BODY>
</HTML>