Web Technology 2080 (new)
Section A
AI is thinking...
Attempt Any TWO questions.
AI is thinking...
1. Write HTML script to create HTML form as below and perform form validation using JavaScript.
The validation should be as; the username should be of length at least 4 and is required. The password should start with a character and end with # and is required. The country and gender should be checked.
AI is thinking...
2. How XML is different from HTML? Write XML script to create XML document containing element Person having sub elements Age, Name and Pincode. Write equivalent XSD for validating restrictions on the elements as the Age should be between 10 to 20, the Name should be be only accepting either Ram or Shyam and the Pincode should be 3 digit.
AI is thinking...
3. Write a server side script in PHP to illustrate inserting and selecting values to and from database table. Create required connection using your own assumptions.
AI is thinking...
Section B
AI is thinking...
Attempt Any EIGHT questions.
AI is thinking...
4. Describe the WWW, web client and web server.
AI is thinking...
5. What are HTML, keyboard events? Write a script to display a message "Hello World" on onkeypress event.
AI is thinking...
AI is thinking...
7. How can you define position property for specifying specific positioning of an HTML element? Write internal CSS to illustrate position of an HTML div.
AI is thinking...
8. What is chaining in jQuery? Write a script to illustrate concept of chaining using slideUp and slideDown method.
AI is thinking...
9. What is XML? Why is it called extensible? Mention the use of XML.
AI is thinking...
10. What is XMLHttpRequest object? Write HTML script AJAX showing the use of XMLHttpRequest object.
AI is thinking...
11. Write a PHP program that includes that will take two strings as input argument and print the concatenation of the two strings.
AI is thinking...
12. How can you handle session in PHP?
AI is thinking...