Question
Question
What is CORS? Write code to implement simple cross-origin resource sharing and wildcards.
List out any four HTML Tag and describe their functionality.
Web security
Ch-2
What does the floating and positioning element do in CSS explain with example
Create HTML Form for BE 1st Year Student registration which includes all personal details
Explain term: Class, ID, Wild card selectors, Media Queries for CSS. With example…..3
What is frameset? Explain the use of frameset in web site design with proper example
Ch-3
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.
Write java script function to find maximum value among three different value entered by user.
Explain following terms 1. Difference between for and forEach method in JavaScript 2. Write a code to
validate user input using jQuery.
Write Java Script for find first 10 prime numbers entered number by user is Prime or Not……..3
Prepare a java script solution to validate registration form including email address entered by user….3
Demonstrate functionality of following java script methods: substring, Slice, getDate, charAt
What are objects in JavaScript? Explain properties, methods and event of window object of JavaScript
What is DOM in Java Script? Write a Java Script code to display all elements that have a name attribute.
Ch-4
Write a php code to upload file on server and display file details on the page (Ex. File name, Extension,
File Size
Write a php code to create REST API to display the user details from database and display data in form
of JSON
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 red002E
Why state is problem for web application? Explain various technique for state and session management
in php with example
Ch-7
Develop a web page which contains two list box. First list ask to select State and according to state
selection second list box loads name of city. Develop it using AJAX.
Give the full form of following acronyms. 1. DOM 2. FTP 3. HTML 4. URI 5. DHTML 6. ISP 7. TCP 8. PHp
i) set the background color for the hover and active link states to "yellow".
ii) Set the list style for unordered lists to "square".
iii) Set "paper.gif" as the background image of the page.
Write an HTML code to take birth date between 01-01-2020 to 31- 12-2020.
Write an HTML & CSS code to create Horizontal and Vertical Menu.
What is CSS Box Model? Write CSS code to implement following output.
1) Make an ordered list with red border, padding and font size 20.
Write a Java Script code to read data from JSON object and display it in a table.
Write a Java Script code to display Fibonacci Series of given number. Number should be entered by user
through text box.
Create simple login page in PHP. Let user login with predefined username and password. Logout user
automatically after 5mins of user login and redirect back to login page.
04 (c) Create a PHP file upload code with following criteria. 1) File type should be .jpg, .gif and .png only.
2) File should not be larger than 800KB. 3) Check if uploaded file already exists. 4) Change the name of
uploaded file name by adding timestamp at end.
Create a webpage that hides and show the image when clicked using jQuery.