<html>
<head>
<title>表單常用的底線輸入框</title>
</head>
<body>
默認的輸入框<input type="text" id="Text1" size="15" /><br>
只有底線的輸入框<input type="text" name="txt1" size="15" style=" border:1px; border-bottom-style: solid;border-top-style: none;border-left-style:none;border-right-style:none;">
</body>
</html>
文章標籤
全站熱搜