CSS Chapter 8. More Lists 순서가 있는 목록을 표현하는 방법 <ul> 사용하기 <ul> <li>1. Chop the onions.</li> <li>2. Saute the onions for 3 minutes.</li> <li>3. Add 3 cloves of garlic.
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&