CSS Chapter 5. Forms 폼을 구성하는 방법 <table> 사용하기 <form action="/path/to/script" method="post"> <table> <tr> <th>Name:</th> <td><input type="text" name="name" /></td> </tr&