我有一个名为bio graphy的文本区域,在这个形式中。它不在文本框的中间。我的代码中有什么问题?
<html>
<head>
<title> form </title>
</head>
<body>
<center>
<form action="formed.php" method="POST">
Bio-grpahy<input type="text" autofocus="true" value ="" rows="3" maxlength="1000" style="width:250;height:150;"</input> </br> </br>
<input type="submit" value="submit"/>
<input type="reset" value="reset"/> </br> </br>
</form>
</body>
答案 0 :(得分:1)
对于您的传记字段,您可能希望使用textarea
元素而不是input
。 rows
不是HTML input
元素的有效属性。
答案 1 :(得分:0)
使用 textarea da:P不要将中心标记用于输入标记da div for div da