HTML Youtube Video Ekleme
Html ile oluşturduğumuz web sitesine Youtube’dan video eklememiz mümkündür. Bu işlem için web sitemize aşağıdaki gibi bir komut eklememiz yeterlidir;
<!DOCTYPE html> <html> <body> <iframe width="560" height="315" src="https://www.youtube.com/embed/D3m6vqqVoGs" frameborder="0" allowfullscreen></iframe> </body> </html> |
Bu komutları ekledikten sonra web sitemizde Youtube videosu gözükecektir.
Kaydol:
Kayıt Yorumları
(
Atom
)
Hiç yorum yok :
Yorum Gönder