How to Teach with Tech

Ideas, Strategies, and Classroom Inspiration

How to Teach with Tech

Explore practical ways to bring coding, digital tools, and hands-on learning into your classroom.

  • 5: How to Write and Format CSS Properties

    CSS properties are the instructions that tell the browser how to style elements on a webpage. In this tutorial, you’ll learn how to correctly write CSS properties and values so that your styles work properly. Once you understand how properties are structured, you’ll be able to apply many different types…

    → Read more…

    5: How to Write and Format CSS Properties

  • 4: CSS Basics Review: Implementing Styles

    In this lesson, we review the basic concepts of CSS and how styles are applied to HTML elements. Understanding how CSS connects to your HTML page is essential for creating visually styled webpages. This review will help reinforce the key ideas you need before moving on to more advanced CSS…

    → Read more…

    4: CSS Basics Review: Implementing Styles

  • 3: How to Apply CSS to Your HTML Page

    Before you can start styling your webpage, you need to know how to connect CSS to your HTML file. In this tutorial, you’ll learn how CSS is applied to a webpage and how the browser reads and displays those styles. By the end of this lesson, you’ll understand how CSS…

    → Read more…

    3: How to Apply CSS to Your HTML Page

  • 2: HTML vs CSS Explained for Beginners

    If you’re new to web development, it’s important to understand the difference between HTML and CSS. HTML is used to structure the content of a webpage, while CSS is used to control how that content looks. In this lesson, we explore how these two technologies work together to build and…

    → Read more…

    2: HTML vs CSS Explained for Beginners