0
Hey guys what is the code to insert an video
3 Antworten
+ 5
<video controls>
<source src="example.com" type="video/mp4">
</video>
+ 4
<iframe> (by YouTube videos the code is under the video, if you paste that code into your code you get the video)
0
thnx bro