0% found this document useful (0 votes)
26 views2 pages

Practicals (Total Hours 60) HTML 2

The document outlines practical assignments in HTML, CSS, PHP, JavaScript, and Java servlets. Some key assignments include: 1. Creating an HTML registration form with various input elements like textboxes, radio buttons, and dropdown menus to collect personal details. 2. Developing a basic PHP calculator that can perform arithmetic operations and determine the greatest number between two submitted values. 3. Building a login system in PHP using session handling that stores user data in a database and displays profiles after successful authentication. 4. Developing Java servlets that can authenticate users by checking login credentials against a password and displaying success or failure messages.

Uploaded by

MALLU EARNER
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views2 pages

Practicals (Total Hours 60) HTML 2

The document outlines practical assignments in HTML, CSS, PHP, JavaScript, and Java servlets. Some key assignments include: 1. Creating an HTML registration form with various input elements like textboxes, radio buttons, and dropdown menus to collect personal details. 2. Developing a basic PHP calculator that can perform arithmetic operations and determine the greatest number between two submitted values. 3. Building a login system in PHP using session handling that stores user data in a database and displays profiles after successful authentication. 4. Developing Java servlets that can authenticate users by checking login credentials against a password and displaying success or failure messages.

Uploaded by

MALLU EARNER
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Practicals (Total Hours 60)

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.

<sup> and <sub>

51

b. iii. Frame 03 — contain example of3 by 4 table with data.


c. Iv.Create a hyperlink in Frame 01 that opens in Frame 03
B. CSS
• Create a horizontal navigation bar in DIV using extemal CSS which contain home,
about, gallery, enquiry, contacts menus. Also create the same bar in vertical
alignment in another DIV in same page.

• 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.

E. PHP MYSQL Admin


Create feedback form in PHP which contains first name, last name, address,
email, comment and mobile number and store that infonnation in database. Also
create a page which displays submitted feedbacks in tabular form.
Create a login form using session handling in PHP. After successful login
display name, address and other details in tabular fonnat of logged user. Create 5
users. Also create a „Logout" option. Store the data ofuser, login and password
in the database.
Create a simple address book in PHP using MySQL database which contains
Adding new person with address (name, phone number, email, permanent
address and temporary address etc..), updating their address, deleting him from
record and view all records in table.

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

You might also like