0
Can we change the height and width of the video in Html5?
<!DOCTYPE html. <html> <head> <title>The Video Element</title> <body> <video controls> <source src="C:\Users\Sriom\Downloads\video.mp4" type="video/mp4"> Video is not supported by your browser </video> </body> </html>
1 Resposta