December 2022

  • M1D11: CSS Grid Layout

    Difference between Flexbox and Grid Flexbox – one dimensional. It aligns content and distributes space along…

  • M1D10: CSS Flexbox Part 3

    This is now the fourth course on CSS Flexbox I am taking. I first took the…

  • M1D9: CSS Flexbox Part 2

    This would be the third course I’d be taking for CSS Flexbox. I really liked the…

  • M1D8: CSS Flexbox

    Container and flex items. The flex items and container can be different elements as long as…

  • M1D7: CSS

    Display and Positioning: Z-index The z-index CSS property can be used to specify the z-order of…

  • M1D6: JavaScript – Advanced Use of Operators

    Task 1: Using the logical && operator You are coding an RPG game, where each character…

  • M1D5: CSS Part 2

    Linking CSS Link External Stylesheets t is a self-closing tag and requires the following three attributes:…

  • M1D5: CSS

    Tags Connects the CSS to the HTML. For example: HTML CSS Classes HTML elements can have…

  • M1D4: HTML

    Text Elements An HTML element is a unit of content in an HTML document that is…

  • M1D4: JavaScript

    Variables Activity My Solution Data Types Assignment Operators + – * / Comparison Operators > Greater…