Quote:
Originally Posted by Tempest
Not to be a dick, but the proper way to do "selected" in an option is selected="selected". Same thing for checkboxes etc. Of course that's if you're doing your HTML to adhere to some standards.
|
True,
selected="selected" is always correct and a good coding habit, just using
"selected" is sometimes correct.
There's a huge % of pages that don't even declare DOCTYPE though.
