https://ahrefs.com/keyword-rank-checker
https://searchenginereports.net/
x
x
<!DOCTYPE html>
<html>
<head>
<style>
#myVideo1 {
width: 500px;
position: absolute;
top: 50px;
z-index: 1;
}
#myVideo2 {
width: 500px;
position: absolute;
top: 270px;
z-index: 2;
}
</style>
</head>
<body>
<button onclick=”playVideo1()”>Play Video</button>
<video id=”myVideo1″ src=”https://vuestoragestatictof.blob.core.windows.net/pics/GordijnOpenen2.mp4″ preload=”metadata”></video>
<video id=”myVideo2″ src=”https://vuestoragestatictof.blob.core.windows.net/pics/GordijnDichtWaai3.mp4″ autoplay></video>
<script>
let video1 = document.getElementById(“myVideo1”);
let video2 = document.getElementById(“myVideo2”);
function playVideo1() {
document.getElementById(“myVideo2”).style.zIndex = “0”;
video1.play();
}
</script>
</body>
</html>