computer multimedia and animation lab list (2)
computer multimedia and animation lab list (2)
Part A
1. Create a home page for a college website congaing all latest HTML5 tags like <article>,
<aside>, <nav>, <header>, <footer>, <section>, <figure>. And in <nav> it must have
hyper links for courses, facilities and contact details. While clicking on each of these
hyper links it should take us to corresponding page where in course page courses must be
displayed in an ordered list, and in facilities page it should be displayed in an unordered
list, contact details page must give phone number, email and address in separate columns
with respective headings.
2. Design a HTML5 web page containing form with text, password, number, range, email,
url, file, submit and reset elements which must be styled using CSS3 according to
following screen shot.
4. Design a mock login page and style it using CSS3. Initially login page should look like the
following screen shot
8. Create a web page using HTML and CSS to create a timetable as follows:
Part B
1. Create an web page using HTML5 canvas element to show a clock which changes time
for every second minute and hours (as that of a anolog clock). Clock should have second,
minute and hour needles and minute marking must be there (as shown in screen shot).
2. Create a web page containing simple calculator which should basic arithmetic (+,-,*,/)
operation on two floating point numbers and show result.
Validations to be followed:
. (Decimal point) should be taken only once for an operand.
Operand can be negative.
Division by zero must be shown proper error message in result.
Sample screen shot:
3. Create a HTML page make a quiz game where user should answer one question at a time,
answers must be shown in radio buttons. Without submitting the answer quiz should not
move to next question (Minimum five questions must be there). When user wishes to get
score (using score button) score should be displayed in alert message. All the question
must be loaded in same page (no page navigation is allowed) Sample screen shot:
4. Create a web page using HTML/CSS which contains cards (shown as a stack of cards)
with image of a tourist place and below that is a thumbnail (shown in circle with image),
when mouse hovers over thumbnail corresponding card comes in front and also small
description about the tourist place will be displayed. All these must happen using css
animation and transition.
Initial interface:
Interface should look like below screenshot when mouse hovered on thumbnail:
7. Create web page using HTML5 canvas element to illustrate all canvas composition.
Output must exactly look like the following screenshot:
8. Create a web page which must be as shown in below image using HTML5, SVG and
CSS3. Here Mountain must be drawn using SVG, Stars in sky changes their position
randomly for every time page is loaded (java script can be used). Sky and stars must be
created using <canvas> element.