校园歌手大赛 | 展现你的歌喉,赢取荣誉
<!DOCTYPE html>
<html>
<head>
<title>校园歌手大赛宣传网页</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>校园歌手大赛</h1>
<nav>
<ul>
<li><a href="#">首页</a></li>
<li><a href="#">比赛规则</a></li>
<li><a href="#">往届回顾</a></li>
<li><a href="#">报名通道</a></li>
<li><a href="#">登录</a></li>
</ul>
</nav>
</header>
<pre><code><main>
<section id="banner">
<h2>欢迎参加校园歌手大赛</h2>
<p>展示你的歌喉,赢得荣誉和奖品</p>
</section>
<section id="introduction">
<h2>比赛介绍</h2>
<p>校园歌手大赛是一年一度的校园文艺活动,旨在发掘和展示校园内的音乐才华,提高学生的艺术修养和综合素质。比赛分为初赛、复赛和决赛三个环节,参赛者可以自选曲目,演唱形式不限。比赛评委由校内外音乐专家组成,评分标准公正严谨。决赛将在学校音乐厅举行,届时将邀请校内外知名歌手担任嘉宾,为大家带来精彩的演出。</p>
</section>
<section id="rules">
<h2>比赛规则</h2>
<ul>
<li>参赛者必须为在校学生,年级不限。</li>
<li>参赛者可以自选曲目,演唱形式不限。</li>
<li>初赛和复赛将在校内举行,决赛将在学校音乐厅举行。</li>
<li>比赛评委由校内外音乐专家组成,评分标准公正严谨。</li>
<li>比赛奖项包括一、二、三等奖、最佳人气奖、最佳创意奖等。</li>
</ul>
</section>
<section id="history">
<h2>往届回顾</h2>
<p>校园歌手大赛已经成功举办多届,每届都有众多优秀的参赛者和精彩的演出。以下是往届的获奖名单:</p>
<table>
<tr>
<th>年份</th>
<th>一等奖</th>
<th>二等奖</th>
<th>三等奖</th>
</tr>
<tr>
<td>2018</td>
<td>张三</td>
<td>李四</td>
<td>王五</td>
</tr>
<tr>
<td>2019</td>
<td>赵六</td>
<td>钱七</td>
<td>孙八</td>
</tr>
<tr>
<td>2020</td>
<td>周九</td>
<td>吴十</td>
<td>郑十一</td>
</tr>
</table>
</section>
<section id="signup">
<h2>报名通道</h2>
<form>
<label for="name">姓名:</label>
<input type="text" id="name" name="name" required><br>
<label for="grade">年级:</label>
<select id="grade" name="grade">
<option value="1">一年级</option>
<option value="2">二年级</option>
<option value="3">三年级</option>
<option value="4">四年级</option>
<option value="5">五年级</option>
</select><br>
<label for="school">学校:</label>
<input type="text" id="school" name="school" required><br>
<label for="phone">联系电话:</label>
<input type="tel" id="phone" name="phone" required><br>
<label for="email">电子邮箱:</label>
<input type="email" id="email" name="email" required><br>
<label for="song">曲目:</label>
<input type="text" id="song" name="song" required><br>
<input type="submit" value="提交">
</form>
</section>
<section id="login">
<h2>登录</h2>
<form>
<label for="username">用户名:</label>
<input type="text" id="username" name="username" required><br>
<label for="password">密码:</label>
<input type="password" id="password" name="password" required><br>
<input type="submit" value="登录">
</form>
</section>
</main>
<footer>
<p>版权所有 © 校园歌手大赛组委会</p>
</footer>
</code></pre>
</body>
</html>
原文地址: https://www.cveoy.top/t/topic/kpck 著作权归作者所有。请勿转载和采集!