Web Development ( 3151606 )
PRACTICAL LIST
Practical No. | Practical Name |
1. A. | Study of HTML tags. Design HTML page using basic tags. |
B. | Design an HTML page with ordered list, unordered list, definition list and nested lists. |
C. | Write the html code for following table. |
2. A. | Design a page of small picture album. And when you click on image it should display picture in new browser window. |
B. | Create a student registration form using <form> tag. The registration form must consist of following information : First Name, Middle Name, Last Name, Gender, Address, Phone No., pincode, email id, Hobbies, City, State, Country. Also take one submit button. Use Fieldset and legend tag also. |
3. A. | Create an HTML page with 2 frames. 1st frame should contain 2 links. Clicking on which it should display related contents in the 2nd frame. |
B. | Design HTML page which display one Audio and Video with all controls. |
4. A. | Create an HTML page with internal style sheet. |
B. | Create an HTML page with style sheet. |
C. | Create an HTML page with external style sheet. |
5. A. | Design a page with CSS wildcard (User $ selector) selectors to display below output. |
B. | Design page with CSS linear gradient (from left to right) with the color of the rainbow. |
6. A. | Create an HTML page with JavaScript, which gives simple functionality of a calculator. |
B. | Create an HTML page with JavaScript , which contains a button When you click on button it displays count on web page |
7. A | Create an HTML page with java script, which takes two numbers as inputs and display Odd numbers, Even Numbers on the web page. |
B. | Create an HTML page with JavaScript ,in which a text should move with mouse cursor |
8. A | Create a page using java script HTML DOM, which contains following fields:
-Name –Address –Gender –Occupation- Email address and button when user click on button if any field is left blank; then it should display Message. Also do Email validation with the help of regular expression in JavaScript. |
B. | Write a JavaScript function that accepts a string as a parameter and converts the first letter of each word of the string in upper case |
9. A. | Write a php program to build following pattern 0 11 222 3333 44444 |
B. | Write PHP program to find the maximum and minimum element of an array. |
10. A. | Write a Php program to verify users login in the employee management system. |
B. | Enhance a page with help of the experiment 8 and 10 with CRUD Operations in Php. |
11. A. | Display “Hello world” message using JQuery |
B. | Creating Fade-in and Fade-out effects in JQuery. |
C. |
No comments:
Post a Comment