0% found this document useful (0 votes)
76 views2 pages

Web Development Exam Paper 2025

This document is an examination paper for the Web Development subject under Gujarat Technological University for the BE Semester-V Winter 2025. It includes instructions for the exam, a breakdown of questions covering topics such as web browsers, web security, HTML, CSS, JavaScript, and PHP, along with their respective marks. The paper requires students to attempt all questions and make suitable assumptions where necessary.

Uploaded by

hetvpatel09
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)
76 views2 pages

Web Development Exam Paper 2025

This document is an examination paper for the Web Development subject under Gujarat Technological University for the BE Semester-V Winter 2025. It includes instructions for the exam, a breakdown of questions covering topics such as web browsers, web security, HTML, CSS, JavaScript, and PHP, along with their respective marks. The paper requires students to attempt all questions and make suitable assumptions where necessary.

Uploaded by

hetvpatel09
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

Seat No.: ________ Enrolment No.

___________

GUJARAT TECHNOLOGICAL UNIVERSITY


BE- SEMESTER–V EXAMINATION – WINTER 2025
Subject Code:3151606 Date:19-11-2025
Subject Name:Web Development
Tim[Link] AM TO 01:00 PM Total Marks:70
Instructions:
1. Attempt all questions.
2. Make suitable assumptions wherever necessary.
3. Figures to the right indicate full marks.
4. Simple and non-programmable scientific calculators are allowed.

MARKS
Q.1 (a) Define web browser. 03
(b) Discuss Web Security in brief. 04
(c) What is HTTP? Explain HTTP Header with example. 07

Q.2 (a) What is meta tag? How it is useful by search engine? 03


(b) What is CORS? Write code to implement simple cross-origin resource 04
sharing and wildcards.
(c) What is HTML table? Explain table element with necessary attributes. 07
Give the code to print following table.
A B C
D E F
G H
F
OR
(c) How many types of list are supported by HTML? Explain each one in 07
brief.
Q.3 (a) Define term: Boot Strap for CSS 03
(b) Explain CSS positioning with Example. 04
(c) What is selector class? Explain the pseudo class selector in CSS with 07
example.
OR
Q.3 (a) What is Cascading Style Sheet? Compare inline, embedded and 03
external style sheet with example.
(b) Explain Class and ID Selector is CSS with examples. 04
(c) Write HTML and CSS code for the following: 07
(i) Set the background color for the active link states to "blue". (ii) Set
the list style for unordered lists to "circle".
(iii) Set "[Link]" as the background image of the page.
Q.4 (a) Define term : JSON 03
(b) Explain callbacks in JavaScript. 04
(c) Design a login form using HTML & Javascript with following 07
validations on username and password fields.
1. Password length must be 6 to 12 characters
2. Username should not start with _, @ or number.
3. Both should not be blank.
OR
Q.4 (a) Define term: AJAX 03

1
(b) Explain Events in JavaScript with the help of example. 04
(c) Write JavaScript code that display the text “Web Programming” with 07
increasing font size in interval of 20ms in blue color. When font size
reaches to 40px it should stop.
Q.5 (a) List and explain different types of array in PHP with example. 03
(b) Demonstrate session handling in PHP with example. 04
(c) Write a PHP program to store user registration (user-name, address, Date of 07
Birth, age, pan card, gender) with mysql database.
OR
Q.5 (a) What PHP can do with header() command? 03
(b) Differentiate synchronous and Asynchronous web programming. 04
(c) Write a web application code using PHP, HTML and MySql for 07
Employees that stores employee’s id, name, department, designation,
etc. in database. Create proper GUI including buttons that run separate
.php file for each database operation like insert, update, delete etc.

*************

You might also like