Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4.  
  5. </head>
  6.  
  7. <table>
  8. <thead>
  9. <tr>
  10. <th>List exercise</th>
  11. <th>Tables exercise</th>
  12. <th>Forms exercise</th>
  13. </tr>
  14. </thead>
  15.  
  16. <tbody>
  17. <tr>
  18. <td>The <b>list</b> contains at least two elements. The most common types
  19. are odered and unordered <b>lists</b>.
  20. </td>
  21.  
  22. <td>
  23. Tables</b> is a structured set of a data made up of rows and columns
  24. </td>
  25.  
  26. <td>
  27. An HTML <b>Form</b> is made of one or more widgets. Those widgets can be text fields
  28. fields(single line or multiline), select boxes, checkboxes, or radio buttons.
  29. </td>
  30. </tr>
  31.  
  32.  
  33. </tbody>
  34.  
  35. </table>
  36.  
  37.  
  38. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement