半程序

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
 <title>炫世唐门</title>
</head>
<body>
<h1><p align="center"><font color="red">欢迎来到炫世唐门</font><br></h1>
<form action="" method="get" class="form-example">
  <div class="form-example">
  <p align="left">
    <label for="name">用户名: </label>
    <input type="text" name="name" id="name" required>
  </div>
  <div class="form-example">
  <p align="left">
    <label for="email">邮箱: </label>
    <input type="email" name="email" id="email" required>
  </div>
<form class="news_fm">
<span><p align="right"><input type="text"></span>
<span><p align="right"><input type="submit"></span>
</form>
<p>
<img src="C:\Users\Lenovo\Pictures\小说图片\龙王传说.jpg"title="龙王传说" width="150" height="150">
<img src="C:\Users\Lenovo\Pictures\小说图片\斗罗大陆.jpg"title="斗罗大陆" width="150" height="150">
<img src="C:\Users\Lenovo\Pictures\小说图片\琴帝.jpg"title="琴帝" width="150" height="150">
<img src="C:\Users\Lenovo\Pictures\小说图片\绝世唐门.jpg"title="绝世唐门" width="150" height="150">
<img src="C:\Users\Lenovo\Pictures\小说图片\神印王座.jpg"title="神印王座" width="150" height="150">

<img src="C:\Users\Lenovo\Pictures\小说图片\天火大道.jpg"title="天火大道" width="150" height="150">
<img src="C:\Users\Lenovo\Pictures\小说图片\生肖守护神.jpg"title="生肖守护神" width="150" height="150">
<img src="C:\Users\Lenovo\Pictures\小说图片\酒神.jpg"title="酒神" width="150" height="150">
<img src="C:\Users\Lenovo\Pictures\小说图片\天珠变.jpg"title="天珠变" width="150" height="150">
<img src="C:\Users\Lenovo\Pictures\小说图片\冰火魔厨.jpg"title="冰火魔厨" width="150" height="150">
</p>
  喜欢的小说类型<br>
  <input type="radio" name="sex" value="玄幻" checked>玄幻
  <br>
  <input type="radio" name="sex" value="都市">都市
<p>你喜欢的作品</p>
<input type="checkbox" name="checkbox1" value="checkbox">斗罗大陆<br>
<input type="checkbox" name="checkbox2" value="checkbox">琴帝<br>
<input type="checkbox" name="checkbox3" value="checkbox">神印王座<br>
<input type="checkbox" name="checkbox4" value="checkbox">善良的死神<br>
<input type="checkbox" name="checkbox4" value="checkbox">天珠变<br>
<br>

  <div class="form-example">
    <input type="submit" value="submit!">
  </div>
</form>
</body>
</html>
原文地址:https://www.cnblogs.com/wmhtxt/p/9657356.html