Articles → HTML → You Tube Video Using Iframe In HTML
You Tube Video Using Iframe In HTML
Code
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<iframe width="420" height="315"
src="https://www.youtube.com/embed/_E2CNZIlVIg"></iframe>
</body>
</html>
Try It
Output
Browser Support
Internet Explorer | Firefox | Chrome | Safari | Opera | Edge |
---|
Yes | Yes | Yes | Yes | Yes | Yes |