
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<hr color="red" width="50%">
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<audio src="./少司命 - 烟笼长安赠重小烟.mp3" loop controls ></audio>
<video src="" loop controls muted autoplay></video>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<form action="">
<input type="text" name="" id="">
<input type="password" name="" id="">
男:<input type="radio" name="sex" id="">
女<input type="radio" name="sex" id="">
<input type="checkbox" name="" id="">
</form>
T1.XXXXXXXXXXXXXXXX()
A. 副本扶额别人<input type="radio" name="d">
B. 呃35<input type="radio" name="d">
C 大幅波动<input type="radio" name="d">
D. 个体户<input type="radio" name="d">
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<label > 男<input type="radio" name="d" >
</label>
<label> 女 <input type="radio" name="d">
</label>
<br>
<select name="" id="">
<option value="">无故被人</option>
<option value="">俄国</option>
<option value="">如果</option>
<option value=""></option>
<option value=""></option>
</select>
简介
<textarea name="" id="" cols="30" rows="10"></textarea>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./my.css">
<style>
h1{
color: red;
}
</style>
</head>
<body>
<h1 style="color: blue;">欢迎您使用...</h1>
<form action="">
账号 <input type="text" name="" id="">
</form>
</body>
</html>
body{
background-color: antiquewhite;
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
body{
}
</style>
</head>
<body>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<script type="text/javascript">
window.console.log('brjtgbtitjrbgerknq')
</script>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<script type="text/javascript">
alert('防御天赋....')
</script>
</body>
</html>