用html写一个有关音乐社区的网站
<!DOCTYPE html>
<html>
<head>
<title>Music Community</title>
<style type="text/css">
body { font-family: sans-serif; }
#container { width: 800px; margin: 0 auto; }
h1 { text-align: center; font-size: 2em;}
#main { background-color: #f2f2f2; padding: 20px 30px 30px 30px;}
.intro { font-size: 1.5em; line-height: 1.5em; color:#666;}
.box { float: left; width: 200px; padding 10px 20px 10px 20px;}
</style>
</head>
<body>
<div id="container"> <!-- Container -->
<h1>Music Community</h1> <!-- Header -->
<div id="main"> <!-- Main Content -->
<p class="intro">Welcome to Music Community! Here you can share your music, discuss with other music lovers and find new friends.</p><br /> <!-- Intro Text -->
<div class="box"> <!-- Boxes -->
<h3><a href="#">Share Your Music</a></h3><!-- Link to Share Your Music Page-->
Share your favorite songs and albums with the community.<br /><br /> <!-- Descriptions-->
<h3><a href="#">Discuss & Connect</a></h3><!-- Link to Discuss & Connect Page--> Discuss music, connect with other fans and make new friends. <!-- Descriptions--> </div> <!-- End of Boxes --> </div><!-- End of Main Content --> </div><!-- End of Container --> </body></html
免责声明:
以上内容除特别注明外均来源于网友提问、创作工场回答,未经许可、严谨转载。