Multimedia Systems Lab: Practical
Multimedia Systems Lab: Practical
Multimedia Systems Lab: Practical
8 Create an animation for bus car race in which both starts from the same point and bus wins the race.
Create an animation in which text Hello gets converted into GoodBye (using motion/shape
9
tweening).
10 Create an animation in which text gets converted into digits (like hello is 85121215).
12 Create an scene to show the sunrise (using multiple layers and motion tweening)
13 Create an scene to show the sunset (using multiple layers and motion tweening)
Note Practical exercises based on concepts listed in theory using Presentation tools in office automation
: tool/ GIMP/Blender / Audacity/ Animation Tools/ Image Editors/ Video Editors.
a. Write a HTML program using basic text formatting tags, <hn>, <p>, <br>, <pre>.
1
b. Write a HTML page for Example Cafe using above text formatting tags.
a. Write a HTML program using presentational element tags <b>, <i>, <strike>, <sup>, <sub>,
<big>, <small>, <hr>
2
b. Write a HTML program using phrase element tags <blockquote>, <cite>, <abbr>, <acronym>,
<kbd>, <address>
a. Write a HTML program using different list types.
3
b. Write a HTML page that displays ingredients and instructions to prepare a recipe.
a. Write a HTML program using grouping elements <div> and <span>.
4
b. Write a HTML Menu page for Example cafe site.
a. Write a HTML program using images, audios, videos.
5
b. Write a HTML program to create your time table.
Write a HTML program to create a form using text inputs, password inputs, multiple line text input,
6
buttons, check boxes, radio buttons, select boxes, file select boxes.
7 Write a HTML program to create a frames and links between frames.
9 Write a HTML program to create CSS on links, lists, tables and generated content.
10 Write a HTML program to create your college web site using multi column layouts.
11 Write a HTML program to create your college web site using for mobile device.
12 Write a HTML program to create login form and verify username and password using DOM
a. Write a JavaScript program to calculate area of rectangle using function.
13 b. Write a JavaScript program to wish good morning, good afternoon, good evening depending
on the current time.
a. Write a JavaScript program using switch case?.
14
b. Write a JavaScript program to print multiplication table of given number using loop.
a. Write a JavaScript programs using any 5 events.
15
b. Write a JavaScript program using JavaScript built in objects.
16 Write a JavaScript program to create registration form and validate all fields using form validation
1 Write a program to print a table of numbers from 5 to 15 and their squares and cubes.
16