pract_2_video_on_webpage <html> <head> <title>Video on Web page</title> </head> <style> body{background-color:pink} h1{color:green;font-style:italic;text-decoration:underline} </style> <body> <h1 align = "Center">Video on Web page</h1> <br><br> <video src = " Wildlife.mp4" controls width = "300" height = "300" > </video> </body> </html>