
Frontend Web Development Basic (Online)
Web Design and Development combines creativity and technology to create attractive and user-friendly websites. At ITGAI Academy, learn web development from scratch with our comprehensive online course. Master HTML5, CSS3, JavaScript, and get familiar with React.js to build responsive, interactive websites. Enroll today!
Price: ₹9,500/- (50% off)
Total: ₹4,750/-
Syllabus
This course provides a solid foundation in HTML ,CSS, JavaScript and introduces student to React.js , enabling students to create well-structured and visually appealing websites.
Week 1
HTML
-
Basic structure of an HTML document
-
HTML tags and attributes
-
Going Through Common tags:
-
<html>, <head>, <body>, <title>, <meta>
-
Defining headings and paragraphs
-
Creating Hyperlinks
-
Ordered and Unordered Lists
-
Handling Images using <img> tag
Week 2
-
Building tables with <table>, <tr>, <td>
-
Creating forms with <form>, <input>, <textarea>, <button>
-
Using semantic tags like <header>, <footer>, <article>, <section>
CSS
-
CSS syntax and selectors
-
Inline, internal, and external CSS
Week 3
-
CSS units
-
Box Model
-
Defining border, padding, and margin of an element
-
CSS Position (relative, absolute, and fixed etc.)
-
Using Flexbox (flex, justify-content, align-item etc.)
Week 4
-
Defining Grid layout
-
Responsive design techniques
-
Media queries
-
Structuring a webpage
Week 5
JavaScript
-
Introduction to JavaScript
-
Variables, scope, data types and operators
-
let, const and var keywords
-
Defining and invoking functions
-
Parameters, arguments, and return values
-
Conditional statements (if, else, switch)
Week 6
-
Loops: while, do while and for loop
-
DOM Manipulation
React
-
Introduction to React