html练习

html练习

  • 工具
  • 代码
  • 运行结果

工具

HBuilder X

代码

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">
			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>

运行结果

html练习_第1张图片

你可能感兴趣的:(前端,html5,前端)