HTML表单(Forms)

<form action="demo_form.php" method="post/get">

<input type="text" name="email" size="40" maxlength="50">

 <input type="password">

 <input type="checkbox" checked="checked">

 <input type="radio" checked="checked">

 <input type="submit" value="Send">

 <input type="reset">

 <input type="hidden">

 <select>

 <option>苹果</option>

 <option selected="selected">香蕉</option>

 <option>樱桃</option>

 </select>

<textarea name="comment" rows="60" cols="20"></textarea>

 </form>




分享给朋友:

相关文章

HTML标签列表5年前 (2021-11-02)
HTML段落实例代码5年前 (2021-11-07)
为什么使用 XHTML?5年前 (2021-11-04)
html插入水平线代码5年前 (2021-11-07)
HTML的由来?5年前 (2021-11-02)