满洲里民歌大赛报名 | 线上报名通道
<!DOCTYPE html>
<html>
<head>
<meta charset='UTF-8'>
<title>满洲里民歌大赛报名 | 线上报名通道</title>
<meta name='description' content='满洲里民歌大赛现已开启线上报名!热爱民歌的你,快来展现你的歌喉!填写报名表,赢取丰厚奖品,更有机会登上民歌盛典舞台!'>
<meta name='keywords' content='满洲里, 民歌大赛, 报名, 线上报名, 民歌比赛, 歌唱比赛, 才艺大赛'>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f2f2f2;
}
h1 {
text-align: center;
color: #333;
margin-top: 50px;
}
form {
background-color: #fff;
padding: 20px;
margin: 0 auto;
max-width: 500px;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
label {
display: block;
margin-bottom: 10px;
color: #333;
}
input[type='text'], input[type='email'], select {
padding: 10px;
margin-bottom: 20px;
width: 100%;
border: none;
border-radius: 5px;
box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
input[type='submit'] {
background-color: #333;
color: #fff;
border: none;
padding: 10px 20px;
border-radius: 5px;
cursor: pointer;
}
input[type='submit']:hover {
background-color: #555;
}
</style>
</head>
<body>
<h1>满洲里民歌大赛报名</h1>
<form>
<label for='name'>姓名:</label>
<input type='text' id='name' name='name' required>
<pre><code> <label for='email'>邮箱:</label>
<input type='email' id='email' name='email' required>
<label for='phone'>电话:</label>
<input type='text' id='phone' name='phone' required>
<label for='song'>演唱歌曲:</label>
<input type='text' id='song' name='song' required>
<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>
<input type='submit' value='提交'>
</form>
</code></pre>
</body>
</html>
原文地址: https://www.cveoy.top/t/topic/f2uh 著作权归作者所有。请勿转载和采集!