0% found this document useful (0 votes)
63 views

Question

This document contains questions and tasks related to web development technologies like HTML, CSS, JavaScript, PHP, jQuery, and AJAX. It covers topics such as HTTP headers, CORS, meta tags, forms, lists, positioning, events, JSON, files, databases, cookies, sessions, APIs, and more. Code snippets and examples are requested for tasks involving form validation, file uploads, dropdown lists, menus, responsive design, event handling, AJAX calls, and CRUD operations using PHP and jQuery.

Uploaded by

jay9429673956
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
63 views

Question

This document contains questions and tasks related to web development technologies like HTML, CSS, JavaScript, PHP, jQuery, and AJAX. It covers topics such as HTTP headers, CORS, meta tags, forms, lists, positioning, events, JSON, files, databases, cookies, sessions, APIs, and more. Code snippets and examples are requested for tasks involving form validation, file uploads, dropdown lists, menus, responsive design, event handling, AJAX calls, and CRUD operations using PHP and jQuery.

Uploaded by

jay9429673956
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Ch-1

What is HTTP? Explain HTTP Header with example.

Explain the Architecture of Web Browser

What is CORS? Write code to implement simple cross-origin resource sharing and wildcards.

Define term : WWW

List out any four HTML Tag and describe their functionality.

Elaborate HTTP Protocol Header, HTTP Request and HTTP Response

Define term: SEO….4

Write a short note on web server.

Web security

Ch-2

What does the floating and positioning element do in CSS explain with example

Explain Meta Tag with example. How it is useful by search engine.

Explain ordered and unordered list with example….3

Write full form of CSS. Describe types and advantages of CSs…….3

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

Define term: Boot Strap for CSS

Differentiate GET and POST methods…3

Explain CSS positioning with Example

Client side and server side scriping diffff

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.

Explain Callback function in JavaScript with example


Demonstrate onChange event handler in java script code when input focus exits after the user modifies
its text.

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

Explain error handling in JavaScript.

Define term: JSON

Prepare a java script solution to validate registration form including email address entered by user….3

Discuss Java script alert, prompt, confirm with example…….3

Demonstrate functionality of following java script methods: substring, Slice, getDate, charAt

Explain Events in JavaScript with the help of example.

What is JavaScript? Discuss advantages of JavaScript

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 program to greet the user based on time

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

Describe php array and its function.

Interpret PHP Function: Implode and Explode

Prepare a PHP Code to read and write content from File.

Prepare a PHP Code to manage online shopping cart using session.


Ch-5

Why state is problem for web application? Explain various technique for state and session management
in php with example

Differentiate Cookie and Session.

Write a note on session in PHP.

Write PHP program to store user registration with mysql database.

Cookie in php with example

Ch-7

Define term: AJAX ….3

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.

Define term: JQUERy

Drop down list using jquery

Give the full form of following acronyms. 1. DOM 2. FTP 3. HTML 4. URI 5. DHTML 6. ISP 7. TCP 8. PHp

Write CSS code for the following:

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.

Differentiate between Java Programming language and Java Scripting Language.

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.

2) Use flower.jpg as Background and repeat it.

3) Change background color of text box when focused.


4) Create a fixed position link at bottom with scrolling page. Give name of the link “#top”.

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.

Demonstrate GET, POST and REQUEST methods of PHP.

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.

Demonstrate the Exception Handling in PHP.

Create a webpage that hides and show the image when clicked using jQuery.

Write PHP code to perform CRUD operation using PHP

You might also like