满洲里市歌唱比赛报名 | 官方网站
<!DOCTYPE html>
<html>
<head>
<title>满洲里市歌唱比赛报名 | 官方网站</title>
<style>
body {
background-color: #f2f2f2;
font-family: Arial, sans-serif;
}
h1 {
text-align: center;
color: #333333;
margin-top: 50px;
}
form {
margin: 50px auto;
padding: 20px;
background-color: #ffffff;
border-radius: 5px;
box-shadow: 0px 0px 10px #cccccc;
max-width: 500px;
}
label {
display: block;
margin-bottom: 10px;
color: #333333;
}
input[type='text'], input[type='email'], select {
width: 100%;
padding: 10px;
border: none;
border-radius: 3px;
box-shadow: 0px 0px 5px #cccccc;
margin-bottom: 20px;
}
input[type='submit'] {
background-color: #333333;
color: #ffffff;
padding: 10px 20px;
border: none;
border-radius: 3px;
cursor: pointer;
}
input[type='submit']:hover {
background-color: #555555;
}
</style>
</head>
<body>
<h1>满洲里市歌唱比赛报名</h1>
<form>
<label for='name'>姓名:</label>
<input type='text' id='name' name='name' required>
<pre><code> <label for='gender'>性别:</label>
<select id='gender' name='gender' required>
<option value=''>请选择</option>
<option value='male'>男</option>
<option value='female'>女</option>
</select>
<label for='age'>年龄:</label>
<input type='text' id='age' name='age' required>
<label for='phone'>电话:</label>
<input type='text' id='phone' name='phone' required>
<label for='email'>邮箱:</label>
<input type='email' id='email' name='email' required>
<label for='song'>演唱曲目:</label>
<input type='text' id='song' name='song' required>
<label for='experience'>参赛经历:</label>
<textarea id='experience' name='experience' rows='5'></textarea>
<input type='submit' value='提交报名信息'>
</form>
</code></pre>
</body>
</html>
原文地址: https://www.cveoy.top/t/topic/f2ub 著作权归作者所有。请勿转载和采集!