HTML Training

Learn the structure of web pages using semantic HTML5 elements. Understand headings, lists, link, sections, articles, and more to build clean markup.

CSS Styling

Master internal CSS with properties like 'display', 'position', 'background-color', 'font-size', and text formattting. Learn how to design web pages from scratch.

Responsive Layouts

Create web pages that look good on both desktop and mobile. Understand how to use 'flex', 'media queries', and layout strategies without tables or grid systems.

JavaScript Basics

Learn how to bring life to your wen pages using JAvaScript. From basic variables and loops to dynamic DOM manipulation, we cover it all.

React Components

Dive into modern frontend devlopment using React.js Understand JSX, props, state, hooks, and build interactive app like todo lists and portfolios.