Discuss the differences between HTTP and HTTPS and the importance of secure web communication.
[3 marks]What is SEO? Explain the role of keywords and metadata in optimizing web pages for search engines.
[4 marks]Create HTML Page that contains form with fields Name, Email, Mobile No., Gender, Favorite Color and a show button. Write a java script code to combine and display the information in textbox when the button is clicked.
[7 marks]What is CSS? Explain the types of CSS with example.
[3 marks]Write the difference between javascript and jQuery.
[4 marks]Define the Hypertext Transfer Protocol (HTTP) and describe its role in facilitating communication between web clients and servers through HTTP Request and Response.
[7 marks]Write HTML code to Create your class timetable using table tag. Give different color to each column which is representing a day using CSS.
[7 marks]Write a javascript code to demonstrate the pop up boxes.
[3 marks]Explain <a>,<img> and <select> tag with example.
[4 marks]Create an image slider using jQuery and CSS, incorporating features such as automatic slide transitions, navigation controls, and responsive design.
[7 marks]Write a javascript code to take a positive number and find out if it’s prime or not. If any negative number is entered then send the appropriate alert message.
[3 marks]Write HTML code to create ordered and unordered list.
[4 marks]Write jQuery code to perform common DOM manipulation tasks, such as adding or removing classes, modifying content, or handling events.
[7 marks]Write PHP code to find out the largest number from 3 given numbers.
[3 marks]Differentiate between server side and client side scripting,
[4 marks]Design HTML page which takes Name, Address, Email and Mobile No. and display on the next page using PHP.1
[7 marks]Explain the types of Array in PHP with example.
[3 marks]Differentiate between Session and Cookies.
[4 marks]Write a PHP program to print first 10 Fibonacci Numbers.
[7 marks]Write a PHP code to demonstrate Cookies.
[3 marks]Explain the difference between GET and POST method.
[4 marks]Write a PHP script for user authentication using PHP-MYSQL. Use session for storing username.
[7 marks]Write a PHP code to demonstrate Session.
[3 marks]What is DOM? Write a javascript code to demonstrate getElementById and innerHTML.
[4 marks]Write PHP Script to perform CRUD operation using MySql.
[7 marks]