moviereview / MOVIESlist.html
JAYASWAROOP's picture
Update MOVIESlist.html
969fd38
<!DOCTYPE html>
<html>
<head>
<title>books catelogue</title>
<style>
.img1{
width:90px;
height:120px;
}
.img2{
width:160px;
height:120px;
}
div{
text-align:center;
}
td{
text-align:center;
}
</style>
</head>
<body>
<table border="1" cellpadding="15" width="100%" style="background-color: #bae7f4;">
<tr>
<th colspan="4">Movies</th>
</tr>
<tr>
<td><div><a href="ironman.html" target="content"><img class="img1" src="https://images.moviesanywhere.com/45589cb573be13bb984b078ed3e1cf9e/a0652686-b625-4b41-bdf1-f32c3d9471a6.jpg"></a></div></td>
<td>
<b>Movie Name:</b>Iron Man<br>
<b>Director :</b>Jon Favreau<br>
<b>Released year :</b>2008
</td>
<td>7.9/10</td>
<td><div><a href="https://youtu.be/8ugaeA-nMTc?si=Bh0z5NIZ7PcS3-gj" target="_blank"><img class="img2" src="https://www.kindpng.com/picc/m/455-4555805_watch-trailer-button-png-transparent-png.png"></a></div></td>
</tr>
<tr>
<td><div><a href="captain.html" target="content"><img class="img1" src="https://images.moviesanywhere.com/fa9e94046ada1dba2df65ec7c328ec2a/f7455d8d-9288-4bd5-a283-586b8b4abe93.jpg"></a></div></td>
<td>
<b>Movie Name:</b>Captain America<br>
<b>Director :</b>Joe Johnston <br>
<b>Released year :</b>2011
</td>
<td>7.3/10</td>
<td><div><a href="https://youtu.be/8ugaeA-nMTc?si=Bh0z5NIZ7PcS3-gj" target="_blank"><img class="img2" src="https://www.kindpng.com/picc/m/455-4555805_watch-trailer-button-png-transparent-png.png"></a></div></td>
</tr>
<tr>
<td><div><a href="thor.html" target="content"><img class="img1" src="https://m.media-amazon.com/images/M/MV5BOGE4NzU1YTAtNzA3Mi00ZTA2LTg2YmYtMDJmMThiMjlkYjg2XkEyXkFqcGdeQXVyNTgzMDMzMTg@._V1_FMjpg_UX1000_.jpg"></a></div></td>
<td>
<b>Movie Name:</b>Thor : Odinson<br>
<b>Director :</b> Kenneth Branagh<br>
<b>Released year :</b>2011
</td>
<td>7.0/10</td>
<td><div><img class="img2" src="https://www.kindpng.com/picc/m/455-4555805_watch-trailer-button-png-transparent-png.png"></div></td>
</tr>
<tr>
<td><div><a href="spidy.html" target="content"><img class="img1" src="https://play-lh.googleusercontent.com/4SDU8LISodRn1IJF81UH8Ql1WsIAvDKojQevt8bNgpnYcEdNeHXS-Kpx7ZWhm792exQ"></a></div></td>
<td>
<b>Movie Name:</b>SpideraMan : HomeComing<br>
<b>Director :</b>John Watts<br>
<b>Released year :</b>2017
</td>
<td>7.6/10</td>
<td><div><img class="img2" src="https://www.kindpng.com/picc/m/455-4555805_watch-trailer-button-png-transparent-png.png"></div></td>
</tr>
<tr>
<td><div><a href="blackadam.html" target="content"><img class="img1" src="https://m.media-amazon.com/images/M/MV5BYzZkOGUwMzMtMTgyNS00YjFlLTg5NzYtZTE3Y2E5YTA5NWIyXkEyXkFqcGdeQXVyMjkwOTAyMDU@._V1_.jpg"></a></div></td>
<td>
<b>Movie Name:</b>Black Adam<br>
<b>Director :</b> Jaume Collet-Serra<br>
<b>Released year :</b>2022
</td>
<td>7.2/10</td>
<td><div><img class="img2" src="https://www.kindpng.com/picc/m/455-4555805_watch-trailer-button-png-transparent-png.png"></div></td>
</tr>
</table>
</body>
</html