css3 - HTML5 section footer inherits footer style -


i'm building web html5 first time , encountered little problem.

i have code:

<header></header>  <section> <header></header> <article></article> <footer></footer> </section>  <footer></footer> 

and problem is, section footer inherits footer style. don't know how remove inheritance code. can me?

p.s.: section footer inherits footer style, not footer. there photo: link photo

you add id or class section footer or style section footer like: section > footer { }

however may not work in browsers , sloppy. add id or class.


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -