ICodeDre Web Development Course Syllabus
ICodeDre Web Development Course Syllabus
● HTML Explained.
● How to Use the HTML Heading Tags.
● How to Use the HTML Paragraph Tag.
● How to Use HTML Self Closing Tags.
Section 5 - CSS
● CSS Explained.
● Why do we need CSS.
● How to add CSS.
● CSS Selectors.
● CSS Colours.
● Font Properties.
● Inspecting CSS.
● The CSS Box Model - Margin, Padding and Border.
● CSS Display.
● CSS Float.
● How to Create Responsive Websites.
● Media Queries.
Section 9 - Flexbox
● Display: Flex.
● Flex Direction.
● Flex Layout.
● Flex Sizing.
Section 10 - Grid
● Display: Grid.
● Grid Sizing.
● Grid Placement.
● Introduction to JavaScript.
● JavaScript Alert - Adding Behavior to Our Websites.
● Data Types.
● JavaScript Variables.
● Naming and Naming Conventions for JavaScript Variables.
● String Concatenation.
● String Lengths and Retrieving the Number of Characters.
● Slicing and Extracting Parts of a String.
● Basic Arithmetic and the Modulo Operator in JavaScript.
● Increment and Decrement Expressions.
● Functions Part 1: Creating and Calling Functions.
● Functions Part 2: Parameters and Arguments.
● Functions Part 3: Outputs and Return Values.