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

Web App Development Experiments

The document lists 12 experiments for a Web Application Development course, focusing on building basic webpages using HTML, CSS, JavaScript, and DOM manipulation. The experiments include creating an HTML profile page using different elements, formatting it with CSS, building a simple static website using frames, developing JavaScript pages to display the date, calculate costs based on user input, and perform basic math operations and mouse events using JavaScript.

Uploaded by

Tejal Parmar
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
193 views2 pages

Web App Development Experiments

The document lists 12 experiments for a Web Application Development course, focusing on building basic webpages using HTML, CSS, JavaScript, and DOM manipulation. The experiments include creating an HTML profile page using different elements, formatting it with CSS, building a simple static website using frames, developing JavaScript pages to display the date, calculate costs based on user input, and perform basic math operations and mouse events using JavaScript.

Uploaded by

Tejal Parmar
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

SANKALCHAND PATEL COLLEGE OF ENGINEERING, VISNAGAR B.E.

SEMESTER VI (CE) WEB APPLICATION DEVELOPMENT


LIST OF EXPERIMENTS
1. Design a HTML page which contains information of your profile. (Note: Use Table, Division, Headers, Font, Image, Paragraph etc.) 2. Format your Profile Page Using Different CSS Elements. (Note: e.g. CSS Background, Text, Font, Tables, Links, Images, Margin etc. ) 3. Design a simple static website using HTML Frameset, Frame Having Following Structure.

HEADER HOME ABOUT ME CONTACT US [Link]

4. Develop a JavaScript page which display current Day, date & year. 5. Develop a JavaScript page that calculates the total cost of buying a cup of tea. Firstly the user must specify the tea type as one of milk tea, red tea or lemon tea. Then the user is allowed to choose toppings (multiple selections allowed). And the price should be automatically calculated and displayed as Your total is .

SANKALCHAND PATEL COLLEGE OF ENGINEERING, VISNAGAR B.E. SEMESTER VI (CE) WEB APPLICATION DEVELOPMENT
LIST OF EXPERIMENTS

6. Develop a JavaScript page that displays the selected item of the Combo box in to Textbox. Combo Box Contains Three items (Male, Female, E-mail). 7. Develop a JavaScript page that prompts two integer values from user. Do the summation and display on the Page. 8. Develop a JavaScript page that validate Firstname, Lastname, ContactNo, EmailID on submission of page using submit button. 9. Develop a JavaScript page that does addition, multiplication, Subtraction, Division (Radio Buttons) of two integer Values (Textboxes). [Link] a JavaScript page that shows which mouse button (Left, Right) you have Pressed in Alert Box. [Link] a JavaScript page that shows co-ordinate(X, Y) of the location where you have Click the Mouse.

You might also like