<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>youtube Integration</title>
</head>
<body>
<!--Need Internet Connection-->
<iframe width="320" height="315" src="https://www.youtube.be/embed/KoNrhVQWisk"></iframe>
</body>
</html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>youtube Integration</title>
</head>
<body>
<!--Need Internet Connection-->
<iframe width="320" height="315" src="https://www.youtube.be/embed/KoNrhVQWisk"></iframe>
</body>
</html>
Iframe with youtube integration
- Youtube website allow us to integrate their videos to other websites through <iframe> tag.
- This example shows how an youtube video be integrated in a frame. For this , src attribute point to the vedio URL.
- <iframe> tag contain many attribute. This example define width and heightattribute.
HTML:- YouTube embed integration
Reviewed by Network security
on
May 02, 2019
Rating:
No comments: