Web Technology
Community
Web Technology
2082 Boards
Section A
Answer any two questions.
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.
5
Connect with us on Discord to become a contributor.
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 and 20, the Name should be only accepting either Ram or Shyam and the pincode should be 3 digit.
5
Connect with us on Discord to become a contributor.
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.
5
Connect with us on Discord to become a contributor.
Section B
Answer any eight questions.
4
Describe the WWW, web client and web server.
5
Connect with us on Discord to become a contributor.
5
What are HTML keyboard events? Write a script to display a message "Hello world" on keypress event.
5
Connect with us on Discord to become a contributor.
6
How HTML elements are accessed using getElementById and getElementsByTagName, illustrate using HTML script.
5
Connect with us on Discord to become a contributor.
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.
5
Connect with us on Discord to become a contributor.
8
What is chaining in jQuery? Write a script to illustrate concept of chaining using slideUp and slideDown method.
5
Connect with us on Discord to become a contributor.
9
What is XML? Why is it called extensible? Mention the use of XML.
5
Connect with us on Discord to become a contributor.
10
What is XMLHttpRequest object? Write HTML script with AJAX showing the use of XMLHttpRequest object.
5
Connect with us on Discord to become a contributor.
11
Write a PHP program that includes a function that will take two strings as input argument and print concatenation of two strings.
5
Connect with us on Discord to become a contributor.
12
How can you handle session in PHP?
5
Connect with us on Discord to become a contributor.