+ 2
Please, I need help. How do you upload videos on a new tab with HTML?
2 Antworten
+ 3
You can make a tag with target attribute = _blank
Ex: <a href="put video link here" target="_blank">Open the video</a>
or you can use video tag
+ 2
Thank you very much