其他分享
首页 > 其他分享> > 百度音乐标签页面

百度音乐标签页面

作者:互联网

代码如下:

<!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">
			.a {
				font-family: "楷体";
				font-size: 18px;
				font-weight: bold;
			}

			.b {
				font-weight: bold;
				color: #F00;
			}

			.c {
				font-weight: bold;
				color: #F00;
			}

			.d {
				font-weight: bold;
				color: #F00;
			}
			.e {
				font-weight: bold;
				color: #F00;
			}
			.f {
				font-weight: bold;
				color: #F00;
			}
		</style>
	</head>

	<body>
		<p class="a">全部歌手</p>
		<p><span class="b"> A</span> A Fine Frenzy Air Supply Akon Alan Silvestri Apink 安又琪 安在旭 安室奈美惠</p>

		<p><span class="c">B </span> Babyface Backstreet .. Bandari Barbra Streisand Basshunter Bee Gees 北京天使合唱团 宝儿
			宝宝的音乐花园 巴哈尔古丽 巴桑 布仁巴雅尔</p>

		<p><span class="d">C</span> Chris Garneau Christina Aguilera Christina Perri 草原兄妹 蔡卓妍 蔡国庆 陈雅森 陈雷 陈韵若
		</p>
		<p><span class="d">D</span> Darby Devon  Darren  Darren Hayes  Daughtry  David Archuleta   Dido   东城卫  东方传奇   刀郎   刁寒  动力火车   邓丽欣  </p>
		
		<p><span class="e">E </span>Emmylou Harris  Enigma  Ennio Morricone   Eric Clapton   eminem  二手玫瑰  二胡  额尔古纳乐队  </p>
		
		<p><span class="f">F</span>Fergie  Finger eleven  Flo Rida  Florence + The M..   付笛声  付辛博  佛涯组合   凤凰传奇   飞儿乐团  </p>
	</body>
</html>

效果如下:
在这里插入图片描述

标签:bold,weight,color,标签,Darren,F00,font,百度,页面
来源: https://blog.csdn.net/kiss_scarecrow/article/details/122088635