SANJAYBHAI RAJGURU COLLEGE OF DIPLOMA ENGINEERING
DEPARTMENT OF CE/IT
ASSIGNMENT 1
1. What is HTML? Explain with basic tags of HTML.
2. Explain <ul>, <ol> and <li> tag.
3. Explain following tag with example:
a. <audio>
b. <video>
c. <marquee>
d. <nav>
e. <section>
f. <article>
4. Explain division Tags, IDs and Classes.
5. List form input type of HTML 5.0. Explain any two.
6. Give difference between HTML 4 and HTML 5.
7. What is CSS? Explain its types.
8. List difference between CSS 2 and CSS 3.
ASSIGNMENT 2
1. What is PHP? Explain syntax of PHP.
2. Explain rules of writing PHP script with example.
3. How to integrate PHP with HTML and HTML with PHP? Give example.
4. Give difference between echo and print.
5. What is constant? Explain with example.
6. What is variable? Explain types of variable with example. Also give variable naming
rules.
7. List and explain types of operators.
8. List data types of PHP and Why PHP is called loosely typed language?
9. Explain various PHP conditional structures with example.
ASSIGNMENT 3
1. What is array? List types of array.
2. Explain numeric array with example.
3. Explain associative array with example.
4. Explain foreach construct with example.
5. What is function? How to set default argument in function.
6. Explain call by value and call by reference in function with example.
7. Explain different math functions with example.
8. List various string functions and explain any 5 with example.
9. Explain array functions like count, list, in_array, sort, array_reverse, Array_merge,
next, each with example.
10. Explain useful variable functions like gettype, settype, isset, unset, print_r
11. Explain function with variable length arguments.
ASSIGNMENT 4
1. Explain form tag with example.
2. List all input element and explain radio button and checkbox in detail.
3. Explain how to submit FORM data using GET and POST method.
4. What is Cookie? Explain with Example.
5. What is Session variable? Explain with Example.
6. Design simple feedback form using TextBox, TextArea and Submit button.
ASSIGNMENT 5
1. What is MySQL? Explain field modifier in MySQL.
2. List types of storage engines and explain any two in detail.
3. Write PHP Script to display records from Employee table (ENo, EName and Salary)
4. Write php script to edit/update record from Employee table.
5. Explain retrieving data from table using mysql_numrows().