Attempt any Eight questions.
[8*5=40]
4.
What are the services provided under web2.0? [5]
5.
How jQuery id selector can be used to select specific element? Write an example with jQuery that will hide a paragraph on clicking a button. [5]
6.
Discuss about different JSON data types. [5]
7.
What is DTD? Create a XML file and write its equivalent DTD. [5]
8.
How can you define function in PHP? Create a function that will take two integers as argument and will return product of them. [5]
9.
Describe CSS Box model with example. [5]
10.
Create an HTML page with its body containing a div. The div should contain an image within it. Create a link on the image to redirect to the url http://www.tuiost.edu.np. Set the title of the page to “iost”. Add Meta tag on the page. [5]
11.
Create a HTML page containing ordered and unordered lists. Set the value of ordered list type to 'A'. The list should start at 'D'. [5]