HTML/CSS :: Aufgabe #6 :: Lösung #1
3 Lösungen
#6
HTML Grundlagen: Ein Video von Youtube in eine Website einbinden
Anfänger - HTML/CSS
von Gelöschte Person
- 01.04.2019 um 19:25 Uhr
Schreibe einen Code der ein Video von Youtube in die Website einbindet.
#1
von Exception (7090 Punkte)
- 26.04.2019 um 12:50 Uhr
HTML-Code
<!DOCTYPE html> <html> <head> <title>HTML/CSS #6</title> <meta charset="UTF-8" /> </head> <body> <h1>HTML/CSS #6</h1> <iframe width="560" height="315" src="https://www.youtube.com/embed/f0mIJ5Y86bc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </body> </html>
Kommentare:
Für diese Lösung gibt es noch keinen Kommentar
Seite 1 von 0
1