Tuesday, 3 March 2020

WT-12

Q1. Design a student registration form with fields Name, Address, city and Pin-Code. Write a java script program to perform following validation
i. Check name should not be empty and contain alphabets only
ii. Pin-code must be 6 digits only


Q2. Create HTML page with following specifications
i) Title should be about your College.
ii) Put image in the background
iii)Place your college name at the top of page in large text followed by address in smaller size.
iv) Add names of courses offered, each in different color, style and font
v) Add scrolling text about college.
vi) Add any image at the bottom.
(Use Internal CSS to format the web page)