获得徽章 1
#挑战每日一条沸点#
HTML表单输入
<form>
<label for="username"></label>
<input placeholder="用户名" type="text"name="username" id="username">
<button type="submit">提交</button>
<br>
<label for="age">年龄</label>
<input placeholder="age
" type="number"name="age" id="age" >
<br>
<label for="passworrd">密码</label>
<input type="password"name="passworrd" id="password" >
<button type="submit">提交</button>
</form>
HTML表单输入
<form>
<label for="username"></label>
<input placeholder="用户名" type="text"name="username" id="username">
<button type="submit">提交</button>
<br>
<label for="age">年龄</label>
<input placeholder="age
" type="number"name="age" id="age" >
<br>
<label for="passworrd">密码</label>
<input type="password"name="passworrd" id="password" >
<button type="submit">提交</button>
</form>
展开
评论
点赞
评论
点赞