Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. <html>
  2. <head> <title> test </title> </head>
  3. <body>
  4. <table border="1">
  5. <thead>
  6. <tr>
  7. <th colspan="8"> your project name </th>
  8. </tr>
  9. </thead>
  10. <tbody>
  11. <tr>
  12. <td rowspan="4"> <img src="ok.jfif"/> </td>
  13. <th colspan="4">Team Members</th>
  14. <th colspan="4">online resources</th>
  15. </tr>
  16. <tr>
  17. <td colspan="4" rowspan="3"> <ul>
  18. <li> name 1</li>
  19. <li> name 2</li>
  20. <li> name 3</li>
  21. </ul>
  22. </td>
  23. <td colspan="4"> <a href="https://w3schools.com"> w3school </a> </td>
  24. </tr>
  25. <tr>
  26. <td colspan="4"> <a href="https://elearning.ju.edu.jo"> www.elearning.ju.edu.jo </a> </td>
  27. </tr>
  28. <tr>
  29. <td colspan="4"> <a href="https://validator.w3.org"> XHTML validation service</a> </td>
  30. </tr>
  31. <tr>
  32. <th colspan="12"> Lecture Time : sue tue thu from ___ to ___ </th>\
  33. </tr>
  34. </table>
  35. </body>
  36. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement