網頁Web-HTML-13-嵌入youtube上的影片到你的網站上

文、意如

嵌入youtube上的影片

 

找到你要的影片點選分享

 

按下嵌入按鈕

 

複製程式碼到你的網站

程式碼如下:

<html>
<head>
 <title>網頁標題</title>
</head>
<body>
<iframe width="700" height="500" src="https://www.youtube.com/embed/UeB1OxTo3Ec" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

</body>
</html>

你的網站以嵌入了youtube上的影片

參考程式碼

 

Yiru@Studio - 關於我 - 意如