1. 程式人生 > >我做的一個小報告樣表

我做的一個小報告樣表

了解 tar input req 上海 html 感謝 tle 哪些

<!DOCTYPE html>
<html>
<head>
<title>報告單</title>
</head>
<body>
<form>
<div>
<p>歡迎來到本次報告測驗:</p>
<label>Enter Your name</label>
<input type="text" name="name" required> <br>
<label>password</label>
<input type="passWord" name="passWord" required>
</div>
<div>
<p>首先我們想了解你的興趣愛好</p>
<p>一:單選題</p>
<p>你最喜歡的男明星是:<br>
1.吳彥祖在<input type="radio" name="star">
2.陳冠希<input type="radio" name="star">
3.吳亦凡<input type="radio" name="star">
4.阿發<input type="radio" name="star">
</p>
<p>二:多選題</p>
<p>你喜歡國內哪些城市的風景:<br>
1.成都<input type="checkbox" name="city">
2.北京<input type="checkbox" name="city">
3.深圳<input type="checkbox" name="city">
4.上海<input type="checkbox" name="city">
5.山東<input type="checkbox" name="city">
</p>
<p>感謝您的大力支持</p>
<input type="submit" name="提交">
</div>
</form>
</body>
</html>

我做的一個小報告樣表