表单的用法以及相关元素

2016-08-20  本文已影响0人  尹萨萨

元素<form>
相关属性包括

其他属性

元素<input>

元素<textarea>文本域
<textarea name="message" rows="10" cols="30">
The cat was playing in the garden.
</textarea>

元素<button>
<button type="button" onclick="alert('Hello World!')">Click Me!</button>

文本域

元素<fieldset><legend>
<fieldset>
<legend>Personal information:</legend>

QQ截图20160820140755.png 输入限制

更多资料

上一篇 下一篇

猜你喜欢

热点阅读