how will you ensure that video play controls are displayed when video is played using HTML5 ?
Answers
Answered by
1
Answer:
You can use CSS property: position , left and top to change location of html elements.
HTMLMediaElement has a method named play() ,you can call play() in javascript to make <video> to start playing video. ...
You can use z-index CSS property to make sure that <button> , <h> and <p> is on top of .
Explanation:
mark me as a branist please
Similar questions