Differentiate between GET and POST method
[3 marks]Write a HTML snippet to show each letter of a word RAINBOW with new color, giving a rainbow effect.
[4 marks]What is navigation? Discuss the characteristics of effective navigation. Also write code of html page to open a link in a new browser window.
[7 marks]What is the role of Cache and Cookies in the browser?
[3 marks]Write a difference between following
[4 marks]HTML and XHTML
[ marks]Client side scripting and Server side scripting
[ marks]What is HTML form tag? Discuss the different form attributes and design a simple form to register student including name, roll no., semester, email, mobile number, gender, hobbies, and feedback, and also create two buttons submit and reset.
[7 marks]What is HTML table? Explain table element tr, td, th, rowspan and colspan. Write HTML code to print following time table Day Lecture Timings 10:30am-11:30am 11:30am-12:30am 1:00am-2:00am Monday DS SE WP Tuesday OS CN ML Wednesday DS WP CN Thursday OS SE ML Friday Test day
[7 marks]What is CSS? What is the importance of CSS? List out the different ways to write CSS.
[3 marks]What do you mean by meta tags? Show how can following be achieved with the help of metadata?
[4 marks]Stop the page from being listed
[ marks]Set an expiration date
[ marks]Stop the browser from caching a page
[ marks]Design a form using HTML and JavaScript that asks the users to enter his date of birth and on clicking the calculate Button it calls the function that calculates how many days are left in your birthday?
[7 marks]What is meta tag? How it is useful by search engine?
[3 marks]Explain DOM with example.
[3 marks]List and explain various list tags in HTML with examples
[4 marks]Write and explain rules for well-formed XML documents
[7 marks]What are web services? Explain role of SOAP in Web services.
[3 marks]Give a full form of following: (1) DTD (2) WAP (3) WML (4) SOAP
[4 marks]Develop XML file for book record and also write a DTD and XSL for it.
[7 marks]Differentiate synchronous and Asynchronous web programming
[3 marks]Write a PHP script to print following pattern1
[4 marks]What is PHP? How can you connect to database in PHP? Show the simple database operation using PHP with proper example.
[7 marks]Explain Following XSL
[3 marks]Value-of ii) Sort
[ marks]Write PHP script to make sum of first 10 even numbers.
[4 marks]Write a web application code using PHP, HTML and MySQL for Employees that stores employee’s id, name, department, designation, etc. in database. Create proper GUI including buttons that run separate .php file for each database operation like insert, delete, update etc.2
[7 marks]Explain pop-up boxes in Java-Script with example
Explain event handling in JavaScript with proper example.1
[7 marks]