saasbook

movie_row.html

Apr 2nd, 2014
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.18 KB | None | 0 0
  1. <table id="movies">
  2.   <tbody>
  3.     <tr class="adult">
  4.       <td>Casablanca</td>
  5.       <td>PG</td>
  6.       <td><a href="/movies/1">More about Casablanca</a></td>
  7.     </tr>
  8.   </tbody>
  9. </table>
Add Comment
Please, Sign In to add comment