What is HTTP? Explain HTTP Request and Response.
[3 marks]Explain different design issues at the time of designing an effective website.
[4 marks](i) Write any two meta tag syntax to implement different features in html. (ii) Explain with example frames in HTML.
[7 marks]What is bootstrap? What Bootstrap package contains?
[3 marks]Explain with example: Ordered list and Unordered list.
[4 marks](i) Explain following with example: <pre> tag, <sup> tag, character encoding in HTML (ii) Explain HTML5 form validation attributes using example.
[7 marks]Explain HTML form attributes with syntax. Make HTML form to collect details of a book in library such as BookTitle (textbox), AuthorName (textbox), Publication (selectionbox), Domain (checkbox) and comments (textarea) in tabular format.
[7 marks]Write the difference between POST and GET methods.
[3 marks]Discuss following properties with respect to CSS. (1) Z-Index positioning (2) Relative positioning
[4 marks](i) Write a JavaScript that handles following mouse event. If the mouse is over heading, change font color to “green” and if the mouse goes out of the heading change it to “red”. (ii) Put three buttons “OPEN NEW WINDOW”, ”CLOSE CHILD WINDOW”, ”CLOSE MAIN WINDOW” in main HTML page. On click of first button, execute some JavaScript code that will open one child window. Clicking on second button, child window will close and clicking on third button, main html page will close.
[7 marks]Create a webpage containing one button. Clicking on this button, change the size of the window & position.
[3 marks]What is Pseudo-Elements in CSS? Explain through example.
[4 marks](i) Explain different pop-up boxes of Javascript with suitable examples. (ii) Write HTML and JavaScript code to validate the email address using regular expression.1
[7 marks]What is the use of cookie in web programming? Write a code to set and display cookies in PHP.
[3 marks]Explain any two event handlers for text box & text area in Java Script with Example.
[4 marks]Write HTML and PHP program to read and store employee information such as e_id, e_name, e_dept, e_exp and e_salary from employee table. Make a search module to search a record from the database based on e_dept and display the result in tabular format.
[7 marks]Explain session in PHP with example.
[3 marks]Explain any two event handlers for button in Java Script with Example.
[4 marks]Write a web application code using PHP, HTML and MySql for Students that stores EnrollmentNo, Name, College, Branch, Year etc. in database. Make separate PHP file for each database operation like insert, update and delete operation.
[7 marks]Differentiate between synchronous and asynchronous web programming.
[3 marks]Write a PHP Script to display content of .txt file and display total number of words.
[4 marks]Write AJAX code to demonstrate the use AJAX request-response mechanism.
[7 marks]What are APIs? How to use them?
[3 marks]Explain the concept of state management using query string in PHP.
[4 marks](i) Explain jQuery load(), get() and post() methods with its syntax. (ii) What is web service? How we can create web service?
[7 marks]