Explain and give one example for following terms: (1) Website (2) URL (3) Domain
[3 marks]Explain Internal CSS. Apply following style to an HTML form: font-style,color,margin-top,margin-left
[4 marks]Create an HTML form for student registration using controls like textbox, checkbox, text area, radio button, combo box, file upload, submit button and reset button.
[7 marks]What is SEO? Explain the process of it in brief.
[3 marks]Create a web page using frame. Divide the page into two parts with Navigation links on left hand side of page (width=20%) and content page on right hand side of page (width = 80%). On clicking the navigation Links corresponding content must be shown on the right- hand side.
[4 marks]Create your resume using HTML (Suggested sections of resume are Personal Information, Educational Information, Professional Skills, Experience, Achievements, Hobbies), Experiment with text, colors, link and other html tags that you studied.
[7 marks]Create infinite div animation that will change both the background- color and the position of the <div> element when the animation is 25% complete, 50% complete,75% complete and again when the animation is 100% complete.
[7 marks]Write a java script to demonstrate alert, confirm and a prompt box.
[3 marks]Using java script create a simple calculator for addition, subtraction, multiplication and division operation.
[4 marks]Create a registration form using JavaScript on one click of the button. Make use of at least following functions: createElement(), appendChild(), setAttribute() OR1
[7 marks]List and explain build-in objects of JavaScript with one example of each in a program.
[3 marks]Explain use of Regular Expression. Make one function for Email validation using it. Call the function on Submit event.
[4 marks]Create a survey form for some item using JavaScript only. Make use of all the necessary built-in JavaScript functions to create form elements.
[7 marks]List out all the string handling functions in PHP with example.
[3 marks]How to upload a file in PHP. Give one example.
[4 marks]Create HTML Page with java script which takes Integer number as input and tells whether the number is Palindrome or not.
[7 marks]Define following terms in PHP: 1. Session 2. Cookie 3. Constructor
[3 marks]Write a program to create an array and make sum of all the elements. Make use of for each loop for calculation in PHP
[4 marks]What is Inheritance? Implement inheritance in PHP using PHP program.
[7 marks]How we can use hidden form field to maintain session in PHP?
[3 marks]Explain interfaces in PHP. Show the difference between interfaces and abstract classes in PHP.
[4 marks]Write a PHP script to insert, update and delete records from the database.
[7 marks]List out features of PHP.
[3 marks]Create an Image slider using jQuery.
[4 marks]Write a PHP script to demonstrate passing variables through a URL, and load data from database based on the passed data.
[7 marks]