Attempt any Eight questions.
[8*5=40]
4.
Justify with an example that how XML namespace provides a method to avoid name conflict. [5]
5.
Create a XMl file containing elements Username, Password. Write its XSD and set the restriction of the password must be minimum 4 characters and maximum 8 characters [5]
6.
Write a CSS script to illustrate the concept of Normal Box Layout and Basic Box Layout. [5]
7.
Write an external CSS and link it to a HTML page containing HTML elements. Use your own assumptions for HTML elements and their CSS. [5]
8.
How variables in JavaScript are defined and declared? Write a JavaScript function that will include the variable having values number 5 and character '5' and print the variables. [5]
9.
What is form validation? Write a JavaScript function to validate an email field, password having length at least 6 and a collection of checkbox of 3 hobbies having at least one of them to be checked. [5]
10.
What is canvas element? Write a HTML script to create a canvas field having id cv1 and draw a circle inside the canvas. [5]
11.
What do you mean by client server architecture? Describe different types of client server architectures. [5]
12.
What is table in HTML? Create a HTML page containing a DIV with name "divtb". The divtb should contain a table as below[Note the border should be dotted ] [5]