Published in: HTML
A list of blood types for an online form.
<option>A Positive</option> <option>A Negative</option> <option>A Unknown</option> <option>B Positive</option> <option>B Negative</option> <option>B Unknown</option> <option>AB Positive</option> <option>AB Negative</option> <option>AB Unknown</option> <option>O Positive</option> <option>O Negative</option> <option>O Unknown</option> <option>Unknown</option> </select>
Comments
Subscribe to comments
You need to login to post a comment.

I don't agree with that comment. you create your own values. if you don't want to do any work, than each option will take it's innerHTML as the value.
where the hell is the VALUE attribute for each OPTION node ?? this is just hard work for people who want to copy-paste dude.