在html的css中,阅读下列关于表单内容的html代码,其中有( )处错误。
……
<from action="post" method="test.html">
用户名<input type="text" name="uname"/>
密码<input type="password" name="pwd"/>
<input type="submit"/>
</form>
……
1
2
3
4
在html的css中,阅读下列关于表单内容的html代码,其中有( )处错误。
……
<from action="post" method="test.html">
用户名<input type="text" name="uname"/>
密码<input type="password" name="pwd"/>
<input type="submit"/>
</form>
……
1
2
3
4