Syllabus
Syllabus
HTML :-
1. HTML Basics : Structure, elements, tags, attributes.
2. HTML Elements: Headings, paragraphs, links, images,
lists, tables.
3. Forms and Inputs: Forms, input fields, checkboxes,
radio buttons.
4. Semantic HTML: Header, footer, nav, section, article
5. Multimedia: Audio, video .
CSS :-
1. Selectors: Targeting HTML elements to apply styles.
2. Properties: Defining styles for elements (e.g., color,
font-size, margin)
3. Values: Assigning values to properties (e.g., #fff,
16px, 10px)
4. Units: Understanding measurement units (e.g., px,
em, rem).
JavaScript :-
1. Variables: Declaring and using variables to store
data.
2. Data Types: Understanding JavaScript data types
(e.g., numbers, strings, booleans).
3. Functions: Creating reusable blocks of code.
4. Conditional Statements: Using if/else statements
and switch statements.
5. Loops: Iterating over data with for loops and while
loops.
&
Learn how to use Frame Work.
&
Make interactive (Dynamic) Web Page.