Advertisement
sofiiiaaapiust

Untitled

Feb 11th, 2023
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. <html>
  2. <body>
  3. <table>
  4. <tr>
  5. <!-- 1. Add the appropriate table headers -->
  6. <th>Title</th>
  7. <th>Director</th>
  8. <th>Year Released</th>
  9. <th>Rating</th>
  10. </tr>
  11. <!-- 2. Fill in the following row with appropriate tag values -->
  12. <tr>
  13. <td>The Shawshank Redemption</td>
  14. <td>Frank Darabont</td>
  15. <td>1994</td>
  16. <td>9.2/10</td>
  17. </tr>
  18. <tr>
  19. <td>The Godfather</td>
  20. <td>Francis Ford Coppola</td>
  21. <td>1972</td>
  22. <td>9.2/10</td>
  23. </tr>
  24. <!-- 3. Add a row with one of your favorite movie with appropriate information -->
  25. <tr>
  26. <td>The Godfather: Part II</td>
  27. <td>Francis Ford Coppola</td>
  28. <td>1974</td>
  29. <td>9.0/10</td>
  30. </tr>
  31. </table>
  32. </body>
  33. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement