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

WD Syllabus

This document outlines a web design course that teaches students how to install and configure web servers, design web pages using HTML and CSS, and manipulate DOM objects with JavaScript. The course includes lectures, labs, assignments, and exams. Topics covered are web essentials, markup languages, page design with CSS, client-side programming with JavaScript, and assignments involving building web pages and configuring servers. Suggested textbooks and online references are also provided.

Uploaded by

kudakemruganksha
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)
65 views

WD Syllabus

This document outlines a web design course that teaches students how to install and configure web servers, design web pages using HTML and CSS, and manipulate DOM objects with JavaScript. The course includes lectures, labs, assignments, and exams. Topics covered are web essentials, markup languages, page design with CSS, client-side programming with JavaScript, and assignments involving building web pages and configuring servers. Suggested textbooks and online references are also provided.

Uploaded by

kudakemruganksha
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/ 2

(VSEC-01) Web Design

Teaching Scheme: Examination Scheme:


Lectures: 1 Hrs/week Laboratory Assignments – 50(Int)
Lab: 2Hrs/week +50(ESE) = 100 marks
Quizzes/End Semester Exam - 50 marks

Course Outcomes
Students will be able to:
1 Demonstrate ability to install, configure a web server
2 Design a specified web-page using HTML and CSS.
3 Demonstrate the ability to manipulate DOM objects using JavaScript.

Course Contents
Web Essentials: Clients, servers, communication, basic Internet protocols, HTTP
Request message, HTTP response message, web clients, generations of web
applications, Web server configuration, Debugging tools like Postman
[2 Hrs]

Markup languages, HTML: HTML: fundamental HTML elements, head, body etc.,
basic XHTML syntax and semantics, document publishing; HTML4 and HTML5.
[3 Hrs]

Design of web pages: CSS3: introduction, features, syntax, style properties of text,
box, layout, list, table, cursor, background, block, list, border, positioning etc.; CSS
Selectors: ID, tag, class, sub, child combinatory, adjacent, attribute, group, first-line,
before and after;
[4 Hrs]

Client-Side Programming: JavaScript: basic syntax, variables and data types,


statements, operators, literals, functions; JavaScript Objects: properties, references,
methods, arrays, other built-in objects, debugging, host objects, document object
model (DOM) , document tree, DOM event handling, Basic introduction to AJAX

[5 Hrs]

Suggested List of Assignments


1 Write a HTML page by hand which looks like the homepage of this website:
https://www.freecodecamp.org/ or any specified page.
2 Install, configure, compare and discuss features of any open source web server.
3 Demonstrate use of CSS on any HTML page. Include elements to handle: page
resize, changing color of clicked links
4 Write a web page which displays a slide show of images. The page should allow
changing the timing for the slideshow, automated slideshow, and clicking
next/previous buttons. All code should be in one single file.

This list is a guideline. The instructor is expected to improve it


continuously.

Text Books
 Jeffrey C. Jackson, "Web Technologies: A Computer Science Perspective", Second
Edition, Pearson Education, 2007, ISBN 978-0131856035.

Reference Books
 Marty Hall, Larry Brown, "Core Web Programming", Second Edition, Pearson
Education, 2001, ISBN 978-0130897930.
 Robert. W. Sebesta, "Programming the World Wide Web", Fourth Edition, Pearson
Education, 2007, ISBN 978-0321489692.
 H.M. Deitel, P.J. Deitel and A.B. Goldberg, "Internet & World Wide Web How To
Program", Third Edition, Pearson Education, 2006, ISBN 978-0131752429.

Online References
 https://www.w3.org/html/
 HTML, The Complete Reference http://www.htmlref.com/
 http://w3schools.org/
 http://php.net/
 https://jquery.com/
 https://developer.mozilla.org/en-US/docs/AJAX
 http://www.tutorialspoint.com/css/

You might also like