有一段XML代码加CSS外部链接,我怎么写都显示不出来,明天要交作业,希望会的能给我指导一下。
<?xmlversion="1.0"?><?xml-stylesheettype="text/css"href="c.css"?><bookstore><book><na...
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="c.css"?>
<bookstore>
<book>
<name>理想丰满</name>
<isbn>978-7-5039-5226-5</isbn>
<author>冯仑</author>
<press>文化艺术出版社</press>
<year>2005</year>
<price>30.00</price>
</book>
<book>
<name>中文CorelDRAW</name>
<isbn>978-7-81094-397-0</isbn>
<author>王彬华</author>
<press>电子科技大学出版社</press>
<year>2005</year>
<price>29.99</price>
</book>
<book>
<name>网页设计与开发</name>
<isbn>978-7-302-20164-9</isbn>
<author1>郑娅峰</author1>
<author2>李 波</author2>
<press>清华大学出版社</press>
<year>2003</year>
<price>39.95</price>
</book>
</bookstore>
下面是CSS
CATALOG{ background-color:yellow;
}
ARTIST {
margin-left: 75px;
display: block;
font-size: 30px;
font-family: "方正综艺";
color: #000099;
} 展开
<?xml-stylesheet type="text/css" href="c.css"?>
<bookstore>
<book>
<name>理想丰满</name>
<isbn>978-7-5039-5226-5</isbn>
<author>冯仑</author>
<press>文化艺术出版社</press>
<year>2005</year>
<price>30.00</price>
</book>
<book>
<name>中文CorelDRAW</name>
<isbn>978-7-81094-397-0</isbn>
<author>王彬华</author>
<press>电子科技大学出版社</press>
<year>2005</year>
<price>29.99</price>
</book>
<book>
<name>网页设计与开发</name>
<isbn>978-7-302-20164-9</isbn>
<author1>郑娅峰</author1>
<author2>李 波</author2>
<press>清华大学出版社</press>
<year>2003</year>
<price>39.95</price>
</book>
</bookstore>
下面是CSS
CATALOG{ background-color:yellow;
}
ARTIST {
margin-left: 75px;
display: block;
font-size: 30px;
font-family: "方正综艺";
color: #000099;
} 展开
3个回答
2013-04-17
展开全部
这个取决于你用的什么浏览器来看这个xml
多数浏览器都不支持css对xml的样式,记忆中貌似ie算支持得不错的了,ff等浏览器好像根本不会鸟你
css用在xml上,还是算了吧,不知道你们老师布置作业时是怎么想的。
多数浏览器都不支持css对xml的样式,记忆中貌似ie算支持得不错的了,ff等浏览器好像根本不会鸟你
css用在xml上,还是算了吧,不知道你们老师布置作业时是怎么想的。
追问
应该是这样的,我上面复制的CSS代码弄错了,不是我原来的。我之前试过无数次都出不来,但是对比跟别的同学是一样的。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<?xml version="1.0" encoding="UTF-8"?> 头部加入“ encoding="UTF-8”
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询