Index
Index
PART-A PAGE NO
1 Create a home page for a college website containing all latest 1-4
HTML5 tags like
<article>, <aside>, <nav>, <header>, <footer>, <section>,
<figure> and in <nav> create hyperlinks for courses, facilities
and contact details.
On clicking
• Course hyperlink, display the page with course names
offered in the college using ordered list,
• Facilities hyperlink, display the page describing the facilities
using unordered list
• Contact hyperlink, display the page to show phone
number, email and address inseparate columns with
respective headings.
2 Design a HTML5 web page containing form with text, password, 5-8
number, range, email, url, file, submit and reset elements which
must be styled using CSS3 according to following screen shot
5 Create a web page to model solar system using canvas element 16-17
animation, where it contains sun, earth and moon (allmust be
created using canvas shapes not images). Earth should revolve
around sun and moon should revolve around earth
simultaneously. Sample screenshot below:
6 Create the following drawing in html page using only SVG 18-19
7 Create the following drawing using SVG 20-21
8 Create a web page using HTML and CSS to create a timetableas 22-25
follows:
Sl.No. PART-B PAGE NO
1 Create a web page using HTML5 canvas element to show a clock 26-28
which changes time for every second minute and hours (asthat of
an analog clock). Clock should have second, minute and hour
needles and minute marking must be there (as shown in screen
shot).
3 Create a HTML page make a quiz game where user should answer 33-37
one question at a time, answers must be shown in radio buttons.
Without submitting the answer quiz should not move to the next
question (Minimum five questions must be there). Whenthe user
wishes to get score (using score button) , the 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 38-42
(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:
6 Create a simple paint app which draws lines based on the 46-48
selected colour (chosen using color input) with selected
thickness (chosen using number input) and there must be clear
button clear the canvas. Sample screen shot:
7 Create web page using HTML5 canvas element to illustrate all 49-51
canvas composition. Output must exactly look like the following
screenshot:
8 Create a web page which must be as shown in below image using 52-55
HTML5, SVG and CSS3. Here Mountain must be drawnusing
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