其他分享
首页 > 其他分享> > 输入input

输入input

作者:互联网

<input type="text"   placeholder="请输入用户名">

            type="number"   数字

           type="url"    网址

           type="email"     邮箱

请输入内容.........

要实现以上效果,   <form>   <textarea     cols="50"   row="10">

              。男    。女

 要实现以上效果,   <input   type=radio,name=gentle,value="1">

                                              type=radio,name=gentle,value="2"

默认选中    select="select"

提交

type=submit    

重置

type=reset

标签:number,gentle,radio,输入,input,type,select
来源: https://blog.csdn.net/qq_63058150/article/details/121874558