Page 289 - Web Applications (803) Class 12
P. 289
</body>
</html>
Output:
21. Create a webpage which includes code to play video also.
Ans. <html>
<head>
<title>Video Example</title>
</head>
<body text=green>
<h1>Chhota Bheem</h1>
<img src=”bheem1.jfif” height=30% width=25% border=2>
<p> 2008 saw the Pogo TV premiere of Chhota Bheem. In India, it’s one of the
most well-liked animated cartoon shows for kids. The entire presentation has
a really smooth flow and design because it is entirely made in 2D animation
with a Flash pipeline.</p>
<p> One of the characters, Tun Tun Mausi, who is also Chutki’s mother, makes
delicious laddoos that are quite popular. Children adore it when Bheem suc-
cessfully pops one of those appetizing-looking laddoos, grows stronger to
battle bullies, and triumphs.</p>
<p>The idea, which originated with the popular Popeye show’s depiction of
Popeye eating spinach, is extremely well-liked.</p>
<h2>Click the play button to watch the video:</h2>
<!-- Use the <video> element to embed a video file -->
<video width=”640” height=”360” controls>
<source src=”Video1.mp4” type=”video/mp4”>
Practical Work 287

