Give full name of following acronym. 1) WWW 2) CSS 3) AJAX
[3 marks]Explain different design issue at the time of designing an effective website.
[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]Explain following html tags with proper example. 1. <img> 2. <frameset>
[4 marks]What is rowspan and colspan used in HTML? Give examples.
[7 marks]What do you mean by “class” and “id” in CSS? Explain with Example.
[7 marks]Explain HTML media tags.
[3 marks]What is positioning in CSS?
[4 marks]What is document object model? Explain any two objects with example.
[7 marks]What is Bootstrap?
[3 marks]What is CSS? Explain the different types of CSS.
[4 marks]What is JavaScript event handling? List the major events and show use of at least one event by writing JavaScript code.
[7 marks]Explain callbacks in JavaScript.
[3 marks]Write an HTML and JavaScript program which accepts Nas input and print Nis odd or even number.
[4 marks]What are the different types of arrays in PHP? Explain with examples.
[7 marks]Differentiate Client side scripting and Server side scripting.
[3 marks]Explain file uploads in PHP.
[4 marks]What is PHP Form processing? Write an HTML and PHP program which accepts Nas input and print N Fibonacci numbers as list.
[7 marks]Explain Regular Expression in PHP.
[3 marks]How prepared Statement is executed in PHP?
[4 marks]What is Cookie? How can we handle cookies in PHP?1
[7 marks]What is JQuery? What are the advantages of JQuery?
[3 marks]State the difference between synchronous and asynchronous web programming.
[4 marks]Write HTML and PHP program to read and store book information such as book id, title, author and price from database table. Output the data to a webpage in tabular format.
[7 marks]