HTML5 Forms

24 ways: Have a Field Day with HTML5 Forms.

I always forget the new HTML5 Forms information. Good little reference.

A few more :

http://ie.microsoft.com/testdrive/HTML5/Forms/ (yes I know this is an IE site)

http://www.html5rocks.com/en/tutorials/forms/html5forms/ <– really like

http://diveintohtml5.info/forms.html <– good to scroll through… poopy to try and read. Layout fail.

I also really like

“For what it’s worth, without being able to use CSS, I’d use <ul> (or <ol> if the order is important) in this situation. When I have CSS I use <dl> which gives me more style control.” from stackexchange. He gets into more specifics about using semantic tagging vs. structural tagging. Implies that you should use ids and classes to really give meaning to the elements you create.

http://stackoverflow.com/questions/8524087/whats-the-best-method-to-semantically-structure-a-form

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.