发布网友
共3个回答
热心网友
<input type="text" name="sample" border="0"/>
这样就行了
举个例子吧
你把这些代码复制到文本文档里,然后把文件重命名为1.html双击打开就可以看到效果了
<html>
<head>
<title>text sample<title>
</head>
<body>
<input type="text" name="sample" border="0"/>
</body>
</html>
热心网友
让border=0
热心网友
<input type="text" name="sample" border="0"/>