1. 程式人生 > >第五章上機一 百度音樂標籤網頁

第五章上機一 百度音樂標籤網頁

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>百度標籤頁面</title>
<style type="text/css">
h2,.text {
	font-size: 18px;
	font-weight: bold;
	font-family: "楷體";
}

span {
	font-weight: bold;	color: #F00;
}
p{
	font-family: Terminal, "宋體";
	font-size: 12px;
	line-height: 20px;
	
	
}
</style>

</head>

<body>
<h2>全部歌手</h2>
<p> <span>A </span>A Fine Frenzy  Air Supply  Akon  Alan Silvestri   Apink 安又琪  安在旭  安室奈美惠  </p>
<p><span>B   </span>  Babyface  Backstreet ..   Bandari  Barbra Streisand  Basshunter  Bee Gees 北京天使合唱團  寶兒  寶寶的音樂花園  巴哈爾古麗  巴桑  布仁巴雅爾  </p>
<p> <span>C </span>  Chris Garneau  Christina Aguilera  Christina Perri  草原兄妹   蔡卓妍  蔡國慶   陳雅森  陳雷  陳韻若  
</p>
</body>
</html>