Building websites with CSS is pretty easy once you get the hang of it. Letting go of tables when it comes to forms can be tough. Tables make it easy to lay out orderly, nicely styled forms but they’re not accessible making form-filling difficult for anyone using a screen reader.
Enter CSS and semantic HTML. Of [...]