Hello! Can any of you guys help me with some inheritance "problems"?
---------------------------------------------------------------------------------------------------------------------------------
<h3 class="sitebe">What <i>will</i> this site be?</h3>
<p>Here's what I'll probably have on my site when it's finished:</p>
<ul>
<li>
Freeware
</li>
<li>
About Me
</li>
<li>
Blog
</li>
<li>
Photos
</li>
<li>
File Server
</li>
<li>
Mail Server
</li>
</ul>
------------------------------------------------------------------------------------------------------
I'm using some CSS for the class applied. But, the other's don't seem to be inheriting it. I can understand the ul inheritance and why it's not working, But, should the p element inherit from the h3? Or are the both block elements? Can somebody just help me do this code?