What is HTTP? Explain HTTP Header with example.
[7 marks]Explain the Architecture of Web Browser
[4 marks]What is CORS? Write code to implement simple cross-origin resource sharing and wildcards.
[3 marks]Why state is problem for web application? Explain various technique for state and session management in php with example
[7 marks]Write a php program to greet the user based on time
[4 marks]Explain following terms (Any Three) 1. JSON 2. DOM 3. SOAP 4. GET vs POST
[3 marks]Write JavaScript code that display the text “Gujarat Technological University” with increasing font size in interval of 50ms in blue color. When font size reaches to 50px it should stop.
[7 marks]What does the floating and positioning element do in CSS explain with example
[4 marks]Discuss how display resolution affects web site design
[3 marks]Demonstrate onChange event handler in java script code when input focus exits after the user modifies its text.
[7 marks]Explain Callback function in JavaScript with example
[4 marks]Explain Meta Tag with example.
[3 marks]Write a php code to check whether given username is already in “login_tbl” table or not using AJAX and display appropriate message.
[7 marks]Explain following terms 1. Difference between for and forEach method in JavaScript 2. Write a code to validate user input using jQuery.
[4 marks]Write a php code to upload file on server and display file details on the page (Ex. File name, Extension, File Size)
[3 marks]Write a php code to create REST API to display the user details from database and display data in form of JSON
[7 marks]What do you mean by “class” and “id” in CSS? Explain with Example.
[4 marks]Design web page to detect the visitor’s browser name and its version.
[3 marks]Write a php code to calculate the number of days between to two input dates if the difference is even number then render background color as blue or red.
[7 marks]Write Java Script for find first 10 prime numbers.
[4 marks]Write a function that takes 3 parameters, price, tax rate, balance, and prints yes in an alert box if someone has adequate balance to purchase an item at the specified price with the given tax rate. Otherwise, print out no in an alert box.
[3 marks]Write arrow function in JavaScript to calculate the sum of two digits when user click on button.
[7 marks]Explain ordered and unordered list with example.
[4 marks]Write a function that generates a web page containing a table with 3 columns and 500 rows. Label each location in the table with row and column location.
[3 marks]