IT Question paper (program names)
SET A
Create a webpage using HTML and CSS code to design a web page as the layout displayed below.
The top section will display the heading, ‘Tourist places’ in header. The section on the lefthas list of
cities. The right hand side displays tourist places of any one of the city . Use Inline style sheet in the
top section to display background colorfor the text ‘Tourist places’. Use internal style sheet for the
left and right section with background color and font styles.
SET B
Create event driven JavaScript program for the following. Make use of appropriate variables,
JavaScript inbuilt string functions and control structures.
To accept string from user and count number of vowels in the given string.
SET C
Create JavaScript program for the following form validations. Makeuse of HTML5 properties to do
the following validations :
1) Name, address, contact number and email are required fields of the form.
2) Address field should show the hint value which will disappear when field gets focus or keypress
event.
3) Telephone number should be maximum 10 digit number only.
4) Email field should contain valid email address, @ should appear only once and not at the
beginning or at end. It must contain at least one dot(.).
5) Make use of pattern attribute for email to accept lowercase, uppercase alphabets, digitsand
specified symbols.
SET D
Use of video on web pages using html5.
Create a webpage named [Link] to display a video file on web page and plays automatically
with controls. The dimension of video area should be 150 * 150pixels. Create another webpage
which provide multiple source file formats for the same audio file that plays a sound automatically
with controls. The dimension of video area should be 100*100 pixels. The browser should display the
message with appropriate attribute when audio file is not supported by browser. The code must
incorporatethe list of video files formats (like webM, MP4 or ogg etc).
SET E
Creation of website using HTML5 Create a website using HTML5 and CSS using any 4 CSS
properties.
1) Write a code for 2 separate pages having different file names such as first page as [Link] and
second page as [Link]. Use any theme such as college profile or companyprofile etc. Every page
must contain proper Meta information and design web page as follows
2) The index page must contain a heading which is highest among other text on pages andmust be at
center of the page.
3) There must be a paragraph which introduces general information about the theme chosen must
have at least 3 physical style tags and one image with alternate text. Thispage must be connected to
other two pages with proper navigational links.
4) The 2nd page must contain the feedback or enrolment form related with theme chosenwith
features of HTML5. The form must contain text element and email address of the company or
person. Include the submit button.
SET F
Create event driven JavaScript program for the following. Make use of appropriate variables,
JavaScript inbuilt string functions and control structures. To accept string from user and reverse the
given string and check whether it is palindrome or not.