This is the error.
# Line 154, Column 10: ID "footer" already defined
<div id="footer">
✉
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
# Info Line 34, Column 9: ID "footer" first defined here
<div id="footer">
I have used again in the header <div id="footer"> because i wanted to look just the same as the footer. What can i use instead of that and have the same look?
My link: http://www.kiano.ro
Thank you.