i'm unable to get the color in browser with xml file (css file)
please advise.
code for xml is
code for css file is
please help me
thank you
please advise.
code for xml is
Code:
<?xml version="1.0" standalone="no"?>
<?xml-stylesheet type="text/css " href = "shachi.css"?>
<bookdetails>
<details>
<asin>9924299897</asin>
<name>2 states</name>
<catalog>book</catalog>
<author>chetan bhagat</author>
<release>16th august</release>
<prices>
<listprice>540.00rs</listprice>
<ourprice>800.00rs</ourprice>
</prices>
</details>
</bookdetails>
Code:
title {font-size:large ; font-weight:bold ; text-align:center ; display:block;}
details {display:block ; margin-top: 18px ; margin-left: 30px ; font-family:verdana ; color:red ;}
catalog {color:-red ;}
asin {font-style:italic ; color:cyan;}
name {color:red;}
author {margin-top:18px ; margin-left:60px ; color:maroon;}
thank you