hcs-html-ccs/movies.html
2024-04-11 11:04:34 +02:00

45 lines
1.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="de">
<head>
<title>My favorit Movies</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="HTML & CSS Course exercise.">
<meta name="author" content="Sebastian Wendel" />
<meta name="created" content="2024-04-09T11:14:22.450262740" />
</head>
<body>
<h1>My favorit Movies</h1>
<section id="menu">
<ul>
<li><a href="#ghs">Ghost in the Shell</a></li>
</ul>
</section>
<section id="ghs">
<p>
<img src="https://musicart.xboxlive.com/7/3ebb3c00-0000-0000-0000-000000000002/504/image.jpg"
title="Ghost in the Shell" alt="Ghost in the Shell cover">
</p>
<p>Ghost in the Shell ist ein US-amerikanischer Science-Fiction-Actionfilm aus dem Jahr 2017. Regie führte
Rupert Sanders, das Drehbuch verfassten William Wheeler, Jamie Moss und Ehren Kruger. Der Film ist die erste
Realfilmumsetzung zudem in stereoskopischem 3D des Mangas Ghost in the Shell von Masamune Shirow und
eine Neuverfilmung des gleichnamigen Animes aus dem Jahr 1995. In den Hauptrollen sind Scarlett Johansson,
Pilou Asbæk, Michael Pitt, Takeshi Kitano, Chin Han, Lasarus Ratuere und Juliette Binoche zu sehen. In den
deutschen Kinos feierte der Film seine Premiere am 30. März 2017, in den USA startete er einen Tag später.
</p>
<p>
<iframe src=" https://www.youtube.com/embed/YZX58fDhebc?autoplay=1" width="800" height="600" autoplay="1"
allow="autoplay">
</iframe>
</p>
<p>
<a href="#menu">Zum Menu</a>
</p>
</section>
</body>
</html>