Differentiate between GET and POST method.
[3 marks]Explain JSON in detail.
[4 marks]What is HTTP? Explain how browser and server communicate using HTTP request and response.
[7 marks]Explain ordered list and unordered list in HTML.
[3 marks]What is positioning in CSS?
[4 marks]What is rowspan and colspan used in HTML? Give examples.
[7 marks]Create HTML Form for SIGNUP with details like First name, Last Name, Username, Password, Confirm Password, Date of Birth.
[7 marks]What is Bootstrap?
[3 marks]What is CSS? What is the importance of CSS? List out the different ways to write CSS.
[4 marks]What is document object model? Explain any two objects with example.
[7 marks]Define SEO.
[3 marks]Explain meta tag? How it is useful by search engine?
[4 marks]What do you mean by “class” and “id” in CSS? Explain with Example.
[7 marks]Explain callbacks in JavaScript.
[3 marks]State the difference between Margin and Padding. Explain it with example.
[4 marks]Write a Javascript program to Count the Number of Vowels in a string.
[7 marks]Explain Regular Expression in PHP.
[3 marks]Describe any four php array function.
[4 marks]Write PHP program to create simple Login and Logout using sessions.
[7 marks]Discuss Java script alert, prompt, confirm with example.
[3 marks]Write a PHP script to print following pattern: $ $$ $$$ $$$$ $$$$$1
[4 marks]What is Cookie? How can we handle cookies in PHP?
[7 marks]What is JQuery? What are the advantages of JQuery?
[3 marks]Differentiate synchronous and Asynchronous web programming.
[4 marks]Write a code using PHP, HTML and MySQL for Students that stores Enrollment No, Name, Branch, Email id, Contact Number etc. in database. Create proper GUI including buttons that run separate .php file for each database operation like insert, delete, update etc.
[7 marks]