Lesson 2
75 XP

Your First Page

Time to Create! 🎨

You're about to create your very first web page! How exciting is that? By the end of this lesson, you'll have written real HTML code that works in any web browser!

Understanding HTML Tags

HTML tags use special angle brackets: < >

Most tags come in pairs: an opening tag and a closing tag

Learning Objectives:

  • 🎯Create your very first HTML page
  • 🎯Learn about HTML tags with angle brackets
  • 🎯Practice writing basic HTML code