网址:【优极限】 HTML+CSS+JavaScript+jQuery前端必学教程,小白教学,前端基础全套完成版_哔哩哔哩_bilibili案例代码:<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
</head>
<body>
<form action="http://www.baidu.com" methon="get" id="myform" name="myform">
编号:<input type="hidden" name="userId" value="1"/><br>
<label for="userNam">姓名</label>:<input type="text" value="" id="userName"/><br>
密码:<input type="password" name="userpwd" maxlength="6" id="userNam"/><br>
性别:男<input type="radio" name="usersex" value="man"/>
女<input type="radio" name="usersex" value="woman"/><br/>
爱好:唱歌:<input type="checkbox" name="sing"/>
跳舞:<input type="checkbox" name="dance"/>
说唱:<input type="checkbox" name="rap"/><br>
生日:<input type="date" name="userDate"/><br>
头像:<input type="file" name="userpwd"/><br>
简介:<textarea name="remark" rows="5" cols="50">1111111</textarea><br>
城市:<select name="city" multiple="multiple" size="3" />
<option>请选择城市</option>
<option value="beijing">北京</option>
<option value="sahnghai">上海</option>
<option value="guangdong">广东</option>
<option value="guangdong">深圳</option>
</select><br>
<input type="button" value="普通按钮"/>
<input type="reset" value="重置按钮"/>
<input type="submit" value="提交按钮"/>
<input type="image" src="img/王也.jpg" width="100" height="100"/>
<button type="button">普通按钮</button>
<button type="reset">重置按钮</button>
<button type="submit">提交按钮</button>
</form>
</body>
</html>
第二次HTML培训笔记
最新推荐文章于 2022-02-15 21:26:06 发布