Itw Imp Questions
Itw Imp Questions
Chapter 1
(i)FTP
(ii)Internet
Chapter 2
(2)What is the meta tags?what are their purpose?Explain different meta tags in HTML with example. (w3school)
(4)What is frameset?Explain the use of frameset in web site design with proper example.(tutorialspoint)
(5)Explain form tag and its input element with suitable example. (w3school)
(6)What is the difference between tag and attribute?Explain with example.(geeks for geeks)
(10)Explain html table element with necessary attributes.Write a code to print following table
(11)write down code to draw following table.
Chapter 3
(1)What is CSS?Explain class,id & pseudo class selector in CSS with example.(geeksforgeeks)
(6)Write down HTML/CSS code to create table with 5 rows and 3 columns,Even no.of rows display in green color
and odd no.of rows display in yellow color.
Chapter 4
(3)Design a web page which contains image and button element/tag.When button is clicked then images get
changed periodically(every 5 second).Write HTML and javascript code to generate the same
(4)Why do you need validation?show the use of regular expression in javascript to validate the email address with
an example
(5)Devlop simple calculator for addition,substraction ,multiplication and division operation using javascript.
(6)What are the difference between client side and server side scripting language?
(7)Write down javaScript code validate registration form (username,email,mobile no,address and password)
(8)What are JavaScript objects?List the important built-in objects.How can you write your own object?
(9)Which validation is better ,client side or server side and justify your answer?
(11)Write following JS code.Take user name from user and only print the character of string at odd position.
Chapter 5
(1)List seven mouse events in javascript.Explain mouse move and mouse click with proper example.
(2)Write a program to demonstrate the use of AJAX and also State advantages and disadvantages of AJAX.
(3)What is DHTML?Explain the use of frameset in web site design with proper example.
Chapter 6
(4)Write a PHP program to find Wheather entered year is leap year or not.
(11)Write modules using HTML and PHP to store information of employee(id,job title ,years of experience)in
array.And show output data on web page in ascending order of experience.
(13)Write down PHP code to insert values of registration form in database(Username,Email gender,age and mobile
no)
(15)Write PHP code to read the content from file and display it In Webpage.
(16)Write PHP code to check wheather the email address exist in database table or not.
(17)Expalain array_push(),array_pop(),array_unshift(),array_shift(),array_merge().
Chapter 7