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.

  • 9: How to Create Lists and Links in HTML

    Lists and links are essential parts of almost every website. In this tutorial, you’ll learn how to create ordered and unordered lists, as well as how to add hyperlinks that connect users to other pages and resources. These elements help organize information and allow visitors to navigate through websites more…

    → Read more…

    9: How to Create Lists and Links in HTML

  • 8: Using h1 and p Elements to Structure a Webpage

    Headings and paragraphs are some of the most commonly used elements in HTML. In this lesson, you’ll learn how the h1 element is used for headings and how the p element is used to display paragraphs of text. Understanding how to structure content with these elements will help make your…

    → Read more…

    8: Using h1 and p Elements to Structure a Webpage

  • 7: Understanding the HTML Title and Body Elements

    Every HTML document includes key structural elements that help define how a webpage is displayed. In this tutorial, you’ll learn about the title element and the body element. These elements play an important role in defining the webpage’s content and how it appears in the browser.

    → Read more…

    7: Understanding the HTML Title and Body Elements

  • 6: HTML Elements Review: What Each Element Does

    In this lesson, we review several important HTML elements and discuss what each one does. Understanding the purpose of different elements will help you build webpages that are structured clearly and logically. This review will reinforce the HTML concepts you’ve learned so far before moving forward in the tutorial series.

    → Read more…

    6: HTML Elements Review: What Each Element Does