Closed dotku closed 9 years ago
here is my code
<!--[if lt IE 9]><script src="../dist/html5shiv.min.js"></script><![endif]--> <style> footer { background-color: #fec; } header { background-color: #efc; } </style> <header> HEADER-TEXT </header> CONTENT <footer> HELLO-TEXT </footer>
Hello ... This is a new update ?
Use head and body elements.
head
body
here is my code