<?xml version="1.0"?>
<?xml:stylesheet href="books.css" type="text/css" ?>
<books>
<book>
<title>Beginning ASP.NET 1.0 using C#</title>
<ISBN>1-861007-34-5</ISBN>
<authors>
<author_name>Chris Ullman</author_name>
<author_name>.Matt Butler </author_name>
<author_name>John Kauffman</author_name>
<author_name>Rob Birdwell</author_name>
<author_name>Chris Goode</author_name>
<author_name>Gary Johnson</author_name>
<author_name>Srinavasa Sivakumar</author_name>
<author_name>Juan Llibre</author_name>
<author_name> Neil Raybould </author_name>
<author_name> Chris Miller </author_name>
<author_name> Dave Sussman </author_name>
</authors>
<description> ASP.NET is a powerful technology for dynamically creating web site content. Learn how to create exciting pages that are tailored to your audience. Enhance your web/intranet presence with powerful web applications.</description>
<price US="$39.99"/>
</book>
</books>
<book>
<title>Beginning ASP.NET 1.0 using C#</title>
<ISBN>1-861007-34-5</ISBN>
<authors>
<author_name>Chris Ullman</author_name>
<author_name>.Matt Butler </author_name>
<author_name>John Kauffman</author_name>
<author_name>Rob Birdwell</author_name>
<author_name>Chris Goode</author_name>
<author_name>Gary Johnson</author_name>
<author_name>Srinavasa Sivakumar</author_name>
<author_name>Juan Llibre</author_name>
<author_name> Neil Raybould </author_name>
<author_name> Chris Miller </author_name>
<author_name> Dave Sussman </author_name>
</authors>
<description> ASP.NET is a powerful technology for dynamically creating web site content. Learn how to create exciting pages that are tailored to your audience. Enhance your web/intranet presence with powerful web applications.</description>
<price US="$39.99"/>
</book>
</books>
title {
display:block;
font-family: Arial, Helvetica;
font-weight: bold;
font-size: 20pt;
color: #9370db;
text-align: center;
}
ISBN {
display:block;
font-family: Arial, Helvetica;
font-weight: bold;
font-size: 12pt;
color: #c71585;
text-align: left;
}
display:block;
font-family: Arial, Helvetica;
font-weight: bold;
font-size: 20pt;
color: #9370db;
text-align: center;
}
ISBN {
display:block;
font-family: Arial, Helvetica;
font-weight: bold;
font-size: 12pt;
color: #c71585;
text-align: left;
}
authors {
display:inline;
font-family: Arial, Helvetica;
font-style: italic;
font-size: 10pt;
color: #9370db;
text-align: left;
}
display:inline;
font-family: Arial, Helvetica;
font-style: italic;
font-size: 10pt;
color: #9370db;
text-align: left;
}
description {
display:block;
font-family: Arial, Helvetica;
font-size: 12pt;
color: #ff1010;
text-align: left;
}
display:block;
font-family: Arial, Helvetica;
font-size: 12pt;
color: #ff1010;
text-align: left;
}

博客展示了一本关于Beginning ASP.NET 1.0 using C#的书籍信息,包含标题、ISBN、作者、描述和价格等。同时给出了部分样式设置,体现了ASP.NET在动态创建网站内容方面的强大功能。
3155

被折叠的 条评论
为什么被折叠?



