JavaScript append
Thu Jun 16 2022 08:49:26 GMT+0000 (Coordinated Universal Time)
Saved by
@hamzahanif192
const getvid = document.querySelectorAll('.testimonials .info-box-icon');
const index = getvid[0];
const video = `<video style="width:369px;" controls>
<source src=http://7daychallenge.imperfectlybeautiful.me/wp-content/uploads/2022/06/video-reviews.mp4" type="video/mp4">
</video>`;
var vb = index.innerHTML = video;
content_copyCOPY
Comments