<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<form action="">
<input type="text">
<input type="password">
<input type="radio"><input type="radio"><input type="radio">
<input type="checkbox"><input type="checkbox"><input type="checkbox">
<input type="file" multiple>
<input type="file" >
<input type="submit">
<input type="reset">
<input type="button">
</form>
<img src="D:\desktop\img\题图\mmexport1b24fa7f0e5d3185358efde697e3f3fd_1712148211739.png" alt="加载失败" title="" width="90">
<img src="https://images.cnblogs.com/cnblogs_com/blogs/819730/galleries/2390627/o_240409070037_7c95685e54ed097b222b73ddbb89887.jpg" alt="加载失败" title="" width="90">
<dl>
<dt>1
<dd>2</dd>
<dd>2</dd>
<dd>2</dd>
</dt>
<dt>1
<dd>2</dd>
<dd>2</dd>
<dd>2</dd>
</dt>
</dl>
</body>
</html>