- From: Jukka K. Korpela <jkorpela@cs.tut.fi>
- Date: Sat, 27 Nov 2004 16:01:57 +0200 (EET)
- To: Mark <markcreeten@pandora.be>
- Cc: www-validator@w3.org
On Sat, 27 Nov 2004, Mark wrote: > <option value="niets" selected>Selecteer iets!</option> > > Do i have to put something extra in the code or ... Apparently you are using XHTML, and in that case you must write the attribute as selected="selected" and not as selected which is permitted in "classic" (pre-XHTML) HTML. -- Jukka "Yucca" Korpela, http://www.cs.tut.fi/~jkorpela/
Received on Saturday, 27 November 2004 14:02:30 UTC