This document contains an exam for a course on Internet and Web Technology. It covers three units: [1] Web design issues and features of Web 2.0, [2] HTML tags and forms, [3] Cascading Style Sheets, DOM, and JavaScript events. Students must answer questions from each unit that relate to key concepts in web design, development and programming.
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 ratings0% found this document useful (0 votes)
643 views2 pages
1st Midterm Paper IWT
This document contains an exam for a course on Internet and Web Technology. It covers three units: [1] Web design issues and features of Web 2.0, [2] HTML tags and forms, [3] Cascading Style Sheets, DOM, and JavaScript events. Students must answer questions from each unit that relate to key concepts in web design, development and programming.
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/ 2
INTERNET AND WEB TECHNOLOGY
Gyan Ganga Institute of Technology & Science, Jabalpur
First Mid-Semester Examination, October 2020
Branch: CS1,2,3 Subject: IWT
Semester: V Subject Code: CS504 Max. Marks: 60 Time: 2 hours Attempt all questions. All questions carry equal marks
Unit 1
1. 1. Describe the web design issues.
2. List features of Web 2.0 OR 1. How do browser and server communicate using HTTP request and response? Explain with example 2. What is navigation? Discuss the characteristics of effective navigation
Unit 2
1. List and explain various list tags in HTML with
2. Write a form to collect details of a user such as name, address, radio button to choose subject of book he wants to buy, Dropdown to choose favorite author and comments for the last book he read. OR 1. Differentiate between HTML vs XHTML GET vs POST 2. Explain the web browser architecture. Unit 3
1. What is Cascading Style Sheet? Compare inline, embedded and external style sheet with example.
2. What is DOM? What is its role in HTML
OR
1. Explain pop-up boxes in JavaScript with example.
2. Explain any two types of events in Java Script with Example