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.

  • 1: HTML vs CSS: What’s the Difference?

    Welcome to the beginning of the CSS tutorial series! In this lesson, we introduce the basic idea behind CSS and how it differs from HTML. You’ll learn why HTML and CSS are both essential parts of web development and how they work together to create the structure and design of…

    → Read more…

    1: HTML vs CSS: What’s the Difference?

  • 12: Build Your First Webpage Using HTML

    In this lesson, you’ll bring together everything you’ve learned in the HTML tutorial series to build your first complete webpage. You’ll use headings, paragraphs, images, lists, and links to create a simple webpage structure. By the end of this tutorial, you’ll have a fully functional webpage and a solid understanding…

    → Read more…

    12: Build Your First Webpage Using HTML

  • 11: How to Fork and Rename a Scrimba Project

    In this tutorial, you’ll learn how to fork a Scrimba project and rename your scrim so you can create your own version of a coding project. Forking allows you to copy an existing project and modify it as you learn. This is a great way to practice coding while experimenting…

    → Read more…

    11: How to Fork and Rename a Scrimba Project

  • 10: How to Add Images to a Webpage with HTML

    Images help make webpages more engaging and visually interesting. In this lesson, you’ll learn how to add images to your webpage using HTML. You’ll also explore how image elements work and how they help enhance the design and presentation of your webpage content.

    → Read more…

    10: How to Add Images to a Webpage with HTML