Multimedia and Animation Lab Examination-1
Multimedia and Animation Lab Examination-1
PART-A
1. Develop and demonstrate a HTML5 document that illustrates the use external style sheet,
ordered list, table, borders, padding, color and the tag.
2. Develop and demonstrate a HTML5 file that includes JavaScript for the following problem:
Input: A number N obtained using prompt.
Output: The first N Fibonacci numbers.
3. Write a HTML5 program to draw circle using SVG.
4. Write a HTML5 program to draw rectangle using SVG.
5. Write a HTML5 program to draw line using SVG.
6. Write a HTML5 program to draw ellipse using SVG.
7. Write a HTML5 program to draw polygon using SVG.
8. Write a HTML5 program to draw polyline using SVG.
9. Write a HTML5 program to draw gradient ellipse using SVG.
10. Write a HTML5 program to draw star using SVG.
11. Write a HTML5 program to draw line using CANVAS.
12. Write a HTML5 program to draw rectangle using CANVAS.
PART-B