Web Technologies All Assignments
Web Technologies All Assignments
Assignment of Theory :-
(1) Describe HTML layout components.
(2) What is DOM object model and what are it types and what
operators we can perform using DOM?
(3) Explain different events in java script.
(4) Explain syntax rules for creating XML document.
(5) What is DTD Difference between well-formed and valid xml.
(6) How can establish a connection to database using PHP
give an example.
Assignment of LAB :-
(1) Using html MAKE a table of product description.
(2) Using div tag curved borders with image and text.
(3) Insert an image in html page with round corners and
shadow effect.
(4) Create a page with four heading and four paragraphs and
apply CSS make use of CSS selectors to perform following the
colour of 1st and 3rd heading and paragraphs should be red
the text alignment of 1st and 2nd paragraphs should be right
align and gird and 4th paragraphs should be centre and the
colour of 2nd and 4th heading and paragraphs should be blue.
(5) Write a program in JS using onchange event to convert
the string input by user to upper and lower case based on
following steps:-
(i) If string input by user is in upper case then convert to lower
case. (ii) If string input by user is in lower case then convert to
upper case.
(6) Create a div with red colour and write JS to change the
colour of div from red to yellow on mouse over and change the
colour back to red on mouse out.
(7) Create an Xml document to store details of 10 students.
(8) Create Xml style sheet to display student data in tabular
format.
(9) Create an application in PHP to store students data in MYSQL
database.
(10) Display student data from MYSQL using PHP.
(11) Create a PHP page to update user data in MYSQL table.
(12) Create a PHP page to delete user data in MYSQL table.