关于xml与css
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="a.css"?>
<project>
<image src="logo.gif" />
<text>This is content.哈哈</text>
</project>
a.css
*{
font-family: 宋体;
font-size: 12px;
}
project
{
border: solid 1px #008000;
width: 760px;
height: 200px;
position: relative;
left: 100px;
}
text
{
color:#0000ff;
}
浙公网安备 33010602011771号