日期:2014-05-18 浏览次数:21003 次
<?xml version="1.0"?>
<?xml-stylesheet href="Books.css" type="text/css"?>
<books>
<book>
<title>Beginning ASP.NET </title>
<ISBM>1-861006-15-2 </ISBM>
<authors>
<author>Chiris Ullman </author>
<author>Ollie Cornes </author>
<author>John Kauffman </author>
<author>Rob Birdwell </author>
</authors>
<description>ASP.NET is a powerful technology for..... </description>
<price US="$49.99"/>
</book>
</books>
title 
{
    display:block;
    font-family:Courier New;
    font-size:large;
    font-weight:bold;
    color:Red;
    text-align:center;
}
ISBN
{
    display: block;
    font-family: 宋体;
    font-size: medium;
    font-weight: bold;
    color: Black;
    text-align: left;
}
authors
{
    display: block;
    font-family: 宋体;
    font-size: small;
    font-weight: normal;
    color: Black;
    text-align: left;
}
description
{
    display: block;
    font-family: 宋体;
    font-size: small;
    font-weight: normal;
    color: Black;
    text-align: left;
}