Lab Assignment Bscit III
Lab Assignment Bscit III
Lab Assignment Bscit III
Logo (image) Menu Item 1(link) Menu Item 2(link) Menu Item 3(link) Copyright
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 HTML. 9. DESIGN USING CSS a. Create a webpage to display your resume using TABLE tag and CSS. b. Create a webpage to display your resume using DIV tag and CSS. c. Create a home page layout for a company using DIV tag and CSS. 10. BASIC XML a. Design an XML page to store the student details including their current course, semester and subjects assigned. b. Design an XML data page to be used for an address book supporting multiple email ids and contact numbers. 11. 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. 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. 12. 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.