Attempt any Eight questions.
[8*5=40]
4.
Write a HTML script to create a table with three rows and three columns. The second row third column should contain a text 'TU' with link set to www.tu.edu.np. The height of second row should be set to 200px. [5]
5.
What is onload event in HTML? Write an HTML script that displays alert message 'Hello Nepal' in onload event. [5]
6.
How internal and external CSS differ from each other. Illustrate with example. [5]
7.
How can you define array in javascript? Create an array Fruit with its elements 'apple', 'banana', 'mango', 'grape' and print the array. [5]
8.
How can you transform XML document into HTML using XSLT. Support your answer with an example. [5]
9.
Write a PHP function add that takes two arguments as an input and return their sum. [5]
10.
Define cookie. Write a PHP program to create and retrieve a cookie. [5]
11.
What is text-overflow property in CSS? How can you use clip and ellipsis in text-overflow? [5]
12.
Describe client server architecture with its types. [5]