Practicals (Total Hours 60) HTML 2
Practicals (Total Hours 60) HTML 2
HTML
Create a table in HTML with Person"s Details
2. Create a registration form using HTML form input elements viz. textbox, text area,
radio button and drop down menu, check box, submit. file and reset button. Field
should contain name, address, birth-date, qualification, email, phone number,
gender, conunents, attach photo etc. Use HTML Form elements wherever required.
Align all elements using table.
3. Create a HTML programs using frames. Three frames displaying three different
HTML files. i. Frame 01 — contain examples ofordered as well as unordered list
a. ii. Frame 02 — contain examples of text formatting tags i.e.
51
• Create a following layout using CSS and display it in html file with proper border,
background color, margin, border and padding.
C. PNP
Create a PHP program in which two values submitted using form and calculate its
addition, subtraction, multiplication, modulation, average and division on the
same page. Find the greatest number between them and square of each of them
using PHP function.
Write following program in PHP:
Validating given email address ii. Change
background color based on hour ofa day. iii. Print
Fibonacci Series. D. JavaScript
Write a Java script program to create a simple calculator.
Write following Java script program:
Create form validation program that checks the empty values from that form and
alertback using alert function. Use at least 5 components. Display a live clock in
Java script.
F. Java Servlets
Create two textboxes on the HTML page named login and password. After
clicking on
i. the „login" button the servlet will be displayed. It will show „login successful"
upon correct password else „authentication failure" will be displayed. Make the
use ofHTTP Sewlet or Generic Servlet.
52