
forms
Get flash to fully experience Pearltrees
form
It can be time consuming to make web forms both pretty and accessible. In particular, laying out forms where the form label and input are horizontally adjacent, as in the image below, can be a real problem. We used to use tables, which worked well in this scenario—but forms don’t constitute tabular data, so it’s a semantic faux pas I’ve tried to create a form-styling solution that is both accessible and portable (in the sense that I can move the code from one project to the next).

