1. Lists
    1. DS không thứ tự
      1. bullet(type)
        1. square
        2. disc
        3. circle
    2. DS Thứ tự
      1. Kiểu
        1. Upper Roman
          1. <li type = "I">
        2. Lower Roman
          1. <li type = "i">
        3. Upper Case
          1. <li type = "A">
        4. Lower Case
          1. <li type = "a">
        5. start
          1. <ol start = "n">
    3. DS Định nghĩa
  2. Table
    1. Thuộc tính
      1. border
      2. cellspacing
      3. cellpading
    2. Thẻ con
      1. <tr> ... </tr>
        1. <th> ... </th>
          1. colspan
          2. rowspan
          3. align
          4. left
          5. center
          6. right
          7. justify
          8. valign
          9. top
          10. middle
          11. bottom
          12. baseline
        2. <td> ... </td>
          1. colspan
          2. rowspan
          3. align
          4. left
          5. center
          6. right
          7. justify
          8. valign
          9. top
          10. middle
          11. bottom
          12. baseline
      2. <caption> ... </aption>
  3. Form
    1. Thuộc tính
      1. accept
      2. action
        1. link
      3. method
        1. post
        2. get
    2. Thẻ con
      1. input
        1. type
          1. text
          2. checkbox
          3. radio
          4. submit
          5. reset
          6. image
          7. button
        2. name
        3. value
        4. size
        5. maxlength
        6. checked
        7. src
      2. textarea
        1. cols
        2. row
        3. size
        4. type
        5. value
      3. buttom
        1. name
        2. value
        3. type
      4. select
        1. name
        2. size
        3. multiple
      5. label
  4. Frameset
    1. frame
      1. name
      2. src
      3. noresize
      4. scrolling
      5. frameborder
      6. maginwidth
      7. maginheght
    2. Thuộc tính
      1. rows
      2. cols
  5. Thể cơ bản
    1. Xuống dòng