Bu derste iframe ile web sayfanıza web sitelerinin ve youtube videolarının nasıl gömüldüğünü öğreneceksiniz.
Kursa 27.99 TL'ye kayıt olmak için TIKLAYINIZ.
<!DOCTYPE html>
<html lang="en">
<head>
<title>Iframe Etiketi</title>
</head>
<body>
Bu bir youtube videousudur.
<br><br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/hMAxEouHfqQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br><br>
Bu bir youtube videousudur.
<br><br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/JISKLtrZ6yM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></body>
<br>
<br>
<iframe width="100%" height="600" src="https://www.kaanacademy.com" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></body>
</html>