There are tables, there are forms, and there is accessibility. How should you use, or not use, these on a web page?
Sample XHTML:
Sample CSS:form div {
clear: left;
padding .5em 0 0;
margin: 0.5em 0px 0px;
}
form div label {
font-weight: bold;
float: left;
width: 10em;
margin-right: 1em;
}