En wel de volgende
Validation Output: 1 Error
1. Error Line 124, Column 25: ID "container" already defined
<div class="actief" id="container"></div>
✉
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).
2. Info Line 96, Column 9: ID "container" first defined here
<div id="container">
Wat moet ik hiermee...
