Semester 4Year 2 ยท EvenCore Subjectโ˜… Easy
CS 405

Web Technologies

Study of HTML, CSS, JavaScript, and modern web frameworks for building interactive web applications.

๐Ÿ“š
3
Units
๐Ÿ“
18
Topics
โญ
4
Credits
โฑ๏ธ
60h
Lecture hrs
๐Ÿ’ฏ
100
Max marks
Your Progress
0 / 18 topics
0% complete
Overview
๐ŸŽฏ
Why it matters
70% of software jobs are web development. Every company needs a website, web app, dashboard. HTML/CSS/JS are the languages of the web โ€” learn these, get hired.
๐Ÿ’ผ
Placement relevance
HIGH demand for full-stack developers. React/Angular/Node.js roles everywhere. Startups prioritize web skills. Build portfolio projects to stand out.
๐Ÿ”—
Prerequisites for
Full-Stack Development ยท React/Angular ยท Node.js ยท MERN/MEAN Stack ยท Frontend Development
๐Ÿ“š
Recommended books
HTML & CSS by Jon Duckett ยท JavaScript: The Good Parts by Douglas Crockford
Curriculum โ€” 3 Units
U1
Unit 1 ยท 6 Topics ยท 0% complete
Frontend Basics
โšก Key Formulae
Box Model:Total Width = Content + Padding + Border + Margin
HTML5
CSS3
Responsive Design
Bootstrap
Flexbox/Grid
JavaScript Basics
U2
Unit 2 ยท 6 Topics ยท 0% complete
JavaScript & DOM
โšก Key Formulae
Event Flow:Capture Phase โ†’ Target Phase โ†’ Bubbling Phase
DOM Manipulation
Events
AJAX
Fetch API
JSON
ES6 Features
U3
Unit 3 ยท 6 Topics ยท 0% complete
Backend & Frameworks
โšก Key Formulae
REST:GET (read), POST (create), PUT (update), DELETE (remove)
Node.js
Express.js
REST APIs
MongoDB
React Basics
State Management
Exam Strategy
๐Ÿ’ป
Write actual code
Exam asks for HTML/CSS/JS code. Practice writing complete code, not just snippets. Syntax matters.
Related Subjects