Tuesday, July 19, 2022

 * Inserting Video in a webpage.

Coding - : 

<!doctypehtml>

<html>

<body>

<video width ="320" height="240"

controls>

<source src="C:\Users\kesen\Music\audio-video\mixkit-stunning-sunset-seen-from-the-sea-4119.mp4" type="video/mp4">

<source src="movie.ogg" type="video/mp4">

</video></body></html>


Output - :




No comments:

Post a Comment

Coding -  <!DOCTYPE HTML> <html> <head><title>image map</title> </head> <body> <h1>An exampl...