满洲里市歌唱比赛火热报名中!
<!DOCTYPE html>
<html>
<head>
<title>满洲里市歌唱比赛火热报名中!</title>
<meta charset='UTF-8'>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<meta name='description' content='想展现你的歌喉,赢取丰厚奖品吗?快来报名参加满洲里市歌唱比赛吧!填写简单报名表,释放你的音乐梦想!'>
<meta name='keywords' content='满洲里, 歌唱比赛, 报名, 音乐比赛, 才艺大赛'>
<style>
body {
font-family: Arial, Helvetica, sans-serif;
background-color: #f2f2f2;
}
h1 {
text-align: center;
}
form {
background-color: #ffffff;
border: 3px solid #f1f1f1;
width: 80%;
margin: auto;
padding: 10px;
}
input[type='text'], select {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type='submit'] {
background-color: #4CAF50;
color: white;
padding: 12px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}
input[type='submit']:hover {
background-color: #45a049;
}
</style>
</head>
<body>
<h1>满洲里市歌唱比赛火热报名中!</h1>
<form>
<label for='name'>姓名</label>
<input type='text' id='name' name='name' required>
<pre><code> <label for='age'>年龄</label>
<input type='text' id='age' name='age' required>
<label for='gender'>性别</label>
<select id='gender' name='gender'>
<option value='male'>男</option>
<option value='female'>女</option>
</select>
<label for='phone'>联系电话</label>
<input type='text' id='phone' name='phone' required>
<label for='email'>电子邮箱</label>
<input type='text' id='email' name='email' required>
<label for='song'>演唱歌曲</label>
<input type='text' id='song' name='song' required>
<input type='submit' value='提交'>
</form>
</code></pre>
</body>
</html>
原文地址: http://www.cveoy.top/t/topic/f2ud 著作权归作者所有。请勿转载和采集!