personLvl 62
- Edited
guys right click on any youtube video, click copy embeded code, copy and past it into a web lab and it works (sometimes)
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<iframe width="546" height="534" src="https://www.youtube.com/embed/IQT4naAv1Us" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</body>
</html>