Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <body>
- <table>
- <tr>
- <!-- 1. Add the appropriate table headers -->
- <th>Title</th>
- <th>Director</th>
- <th>Year Released</th>
- <th>Rating</th>
- </tr>
- <!-- 2. Fill in the following row with appropriate tag values -->
- <tr>
- <td>The Shawshank Redemption</td>
- <td>Frank Darabont</td>
- <td>1994</td>
- <td>9.2/10</td>
- </tr>
- <tr>
- <td>The Godfather</td>
- <td>Francis Ford Coppola</td>
- <td>1972</td>
- <td>9.2/10</td>
- </tr>
- <!-- 3. Add a row with one of your favorite movie with appropriate information -->
- <tr>
- <td>The Godfather: Part II</td>
- <td>Francis Ford Coppola</td>
- <td>1974</td>
- <td>9.0/10</td>
- </tr>
- </table>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement