0
Question html and javascript
I have a menu with the titles, video 1, video 2, video 3 when you click on one you have to see the video but you will add a play/pause button that will play or pause the selected video, someone who will help me because I don't know how to do the button.
1 Resposta
0
123456 when you display your video with the video tag, the attribute "controls" allow you to display the play/pause.
https://www.sololearn.com/learn/HTML/2194/