form表单元素类型_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:29:13
Original
1063 people have browsed it

 1 <form> 2 <input type="text"> 3 <input type="password"> 4 <input type="hidden"> 5 <input type="radio" name="sex" value="男">男 6 <input type="radio" name="sex" value="女">女 7 <input type="checkbox" name="country" value="中国">中国 8 <input type="checkbox" name="country" value="美国">美国 9 <select>10 <option value="1" selected>1</option>11 <option value="2">2</option>12 </select>13 <textarea rows="8" cols="40"></textarea>14 <input type="submit">15 </form>
Copy after login

 

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!