Lab Assignment Mscit III
Lab Assignment Mscit III
b. Design the following table using nested tablesin HTML Logo (image) Message Menu Item 1(link) Menu Item 2(link) Menu Item 3(link) Copyright Content 1 Content 2 Facebook, Twitter(link) Powered By News 1 News 2
7. FORMS IN HTML a. Design a html form to demonstrate the 10 different types of controls generated using INPUT tag. b. Design a html form to submit a job application form. Demonstrate the use of drop-down list, textareas and file upload control. 8. CSS a. Design a html page to demonstrate different types of CSS ( INLINE CSS, INTERNAL CSS and EXTERNAL CSS ) and their precedence. b. Design a html page to demonstrate the various types of selectors in CSS. 9. DESIGN USING CSS a. Create a webpage to display your CV using TABLE tag and CSS. b. Create a webpage to display your CV using DIV tag and CSS. c. Create a home page layout for your college using DIV tag and CSS. 10. JAVASCRIPT a. Create an html page login.htm to read username and password from the user and validate them using the javascript. If valid display the success message and redirect the page to the success.htm. If invalid display the error message. Do not allow b. Create an html page to demonstrate the use of following events :onLoad, onChange, onClick, onSubmit, onBlur, onFocus c. Demonstrate the validation of form using javascript. 11. BASIC XML a. Design an XML page to store the course details including their available semesters and their subjects (compulsory and elective). b. Design an XML data page to be used for an address book supporting multiple email ids and contact numbers. 12. XML VALIDATION a. Design a DTD for the XML page to store the student details. Student is assigned a single course and belongs to a single semester with possible values from 1st to 6th and multiple subjects with minimum 1 subject. b. Design an XML Schema for the XML page to store the student details. Student is assigned a single course and belongs to a single semester with possible values from 1st to 6th and multiple subjects with minimum 1 subject. 13. XML Stylesheet and XML Transformation a. Create an XML file to store the address book. Display the address in the XML in HTML table format using XSLT. b. Create an XML file to store the details of a student. Display the XML in HTML format using XSLT. PLEASE NOTE FOR AJAX LABS YOU ARE ONLY ALLOWED TO USE CORE AJAX. YOU CANNOT USE ANY AJAX LIBRARY LIKE JQUERY. 14. SIMPLE AJAX a. Create an HTML file to demonstrate the loading of content from a text file using Simple AJAX. b. Create an HTML file to demonstrate the loading of content from an XML file using AJAX. 15. RESPONSE HEADERS USING AJAX a. Create an HTML file to display the response header received while loading the content of a text file using AJAX. b. Create an HTML file to display the last modified date, server type, content type of the text file loaded using AJAX. 16. BASICS OF PHP a. Create a PHP program to display the sum of odd and even numbers using function. b. Create a HTML form to query the course details and display the received data using PHP. 17. AJAX USING PHP a. Create a suggestion text box using PHP and AJAX retrieving data from a text file. b. Create a form to select the customer name and display its detail using PHP and AJAX. 18. AJAX USING ASP a. Create a suggestion text box using ASP and AJAX retrieving data from a text file. b. Create a form to select the customer name and display its detail using ASP and AJAX.