Do not leave spaces between the property value and the units!
<head> <style type="text/css"> hr {color:sienna;} p {margin-left:20px;} body {background-image:url("images/back40.gif");} </style> </head>
<p style="color:sienna;margin-left:20px">This is a paragraph.</p>
If some properties have been set for the same selector in different style sheets, the values will be inherited from the more specific style sheet.
重複的項目會被internal蓋過去
Generally speaking we can say that all the styles will "cascade" into a new "virtual" style sheet by the following rules, where number four has the highest priority: