1. Write an HTML program to display Multimedia data (text, images, audio,video, gifs, etc) on a webpage.
2. Write an HTML program to create and display navigations menus using list tags and anchor tag.
3. Write an Html code to create your class time table.
4. Write an HTML code to create frameset having header, navigation and content sections.
5 Write an HTML program to create student registration form on submitting the form check whether fields are empty or not using JavaScript. if any fields are empty display en error message.
6. Write an HTML program to create bio-data(CV or Resume) and to change the following CSS properties
* Font
* Text
* Background
7. Write an HTML program to create div and apply the following CSS properties on created div
* Margin
* Padding
* Border
* Box Shadow.
8. Write an HTML to create a box and using CSS transform and transition properties move the box to the center of the webpage on loading page.
9. Write an HTML Program to create a circle and create an animation of bouncing of the circle for 10 sec.
10. Write an HTML program to create page loading animations.
11. Write an HTML program to draw line, polyline and rectangle and fill rectangle with red using svg tag
12. Write an HTML program to draw star and multiple circle and with different color using svg tag.
13. Write an HTML program to create logo with linear gradient properties using SVG tag.
14. Write an HTML program to draw Square and Rectangle using canvas tag and javasvript.
15. Write an HTML program to draw bezier curve using canvas tag and JavaScript
16. Write an HTML program to import an external image to a canvas and them to draw on that image.
17. Write an HTML program to draw a rectangle box using canvas and to change background to red, scale of the rectangle to 2 on move-over (hover) properties.
18. Write an HTML program to draw a circle using canvas and to apply the rotations animations on loading the page.