Alimaggs

Movie Site as of Lunch

May 11th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.76 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <!-- Header content does not get seen by the user -->
  4. <head>
  5.     <link rel="stylesheet" href="style.css">
  6. </head>
  7. <!-- Body content does get seen by the user-->
  8. <body>
  9.     <div class="movie">
  10.         <div class="movie-title"><h2>Jurassic World</h2></div>
  11.         <div class="movie-info">
  12.             <div class="movie-poster">
  13.                 <img src="jwposter.jpg" alt="Jurassic World movie poster">
  14.             </div>
  15.             <div class="movie-description">
  16.                 <p>Jurassic World description</p>
  17.                 <p>Paragraph 2</p>
  18.                 <p>Click <a href="https://www.imdb.com/title/tt0369610/" target="_blank">here</a> to view on IMDB</p>
  19.             </div>
  20.         </div>
  21.     </div>
  22. </body>
  23.  
  24. </html>
Add Comment
Please, Sign In to add comment