1. OnClick - Onbekend attribuut, hoe anders te gebruiken?
2. target - Mag dat niet meer? Alternatief?
3. CHECKED - Om een checkbox standaard aan te hebben.
1: javascript events
2: is er niet, maar via javascript en rel="" zou je een eviqualent kunnen maken (zijn er ook wel, even googlen)
3: checked="checked"
Je moet 'onClick' helemaal met kleine letters schrijven.
Dit zegt de validator:
How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute.