html练习

html练习

工具

HBuilder X

代码

html 复制代码
<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<title>图灵之家</title>
	</head>
	<body>
		<h1>图灵之家</h1>
		<br>
		<br>
		<h2>我的汽车网站,我的图灵之家</h2>
		<hr>
		<p>注册后,你可以使用图灵之家和二手车之家的相关服务</p>
		<br>
		<form action="https://www.baidu.com">
			<p>
				<label>手机</label>
				<input type="text">
			</p>
			<p>
				<label>密码</label>
				<input type="password">
			</p>
			<p>
				<label>性别</label>
				<input type="radio" name="sex">男
				<input type="radio" name="sex">女  <!--name用于绑定-->
			</p>
			<p>
				<label>请输入你喜欢的车型</label>
				<input type="checkbox">紧凑型
				<input type="checkbox">中型车
				<input type="checkbox">SUV
				<input type="checkbox">主打车
			</p>
			<p>
				<input type="submit">
				<input type="reset">
			</p>
		</form>
	</body>
</html>

运行结果

相关推荐
Nueuis6 分钟前
微信小程序前端面经
前端·微信小程序·小程序
_r0bin_3 小时前
前端面试准备-7
开发语言·前端·javascript·fetch·跨域·class
IT瘾君3 小时前
JavaWeb:前端工程化-Vue
前端·javascript·vue.js
potender3 小时前
前端框架Vue
前端·vue.js·前端框架
站在风口的猪11083 小时前
《前端面试题:CSS预处理器(Sass、Less等)》
前端·css·html·less·css3·sass·html5
程序员的世界你不懂4 小时前
(9)-Fiddler抓包-Fiddler如何设置捕获Https会话
前端·https·fiddler
MoFe14 小时前
【.net core】天地图坐标转换为高德地图坐标(WGS84 坐标转 GCJ02 坐标)
java·前端·.netcore
去旅行、在路上4 小时前
chrome使用手机调试触屏web
前端·chrome
Aphasia3115 小时前
模式验证库——zod
前端·react.js
lexiangqicheng5 小时前
es6+和css3新增的特性有哪些
前端·es6·css3