加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

xml遵循css

发布时间:2020-12-15 23:46:16 所属栏目:百科 来源:网络整理
导读:?xml version="1.0" encoding="UTF-8" ??xml-stylesheet type="text/css" href="config.css"?softaa1 id="a1"阿迪/a1a2 id="a2"美国/a2/abb1 id="b1"日本/b1b2 id="b2"英国/b2/b/soft #a1{font-size:300px;color:red;}#a2{font-size:100px;color:green;}#b1{
<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/css" href="config.css"?>
<soft>
	<a>
		<a1 id="a1">
			阿迪
		</a1>
		<a2 id="a2">
			美国
		</a2>
	</a>
	<b>
		<b1 id="b1">
			日本
		</b1>
		<b2 id="b2">
			英国
		</b2>
	</b>
</soft>
#a1{
	font-size:300px;
	color:red;
}
#a2{
	font-size:100px;
	color:green;	
}
#b1{
	font-size:20px;
}
#b2{
	font-size:200px;
	color:blue;	
}

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读