Estimated Time: 30 minutes

<aside> 💡 Welcome to CodeLab's article on HTML. Here, you'll learn the basics of this language that serves as the base layer for all web development.

As always, you can follow along with the source code here.

</aside>

Prerequisites

Overview

What is HTML?

HTML, or Hypertext Markup Language, is the basic language that websites are built with. When you see text, images, or any content on the screen, it's powered by HTML.

A markup language is a language that tells the browser how to display information.

Programming with HTML

Creating and Viewing an HTML File

https://www.youtube.com/watch?v=fALDrmrdXlc

Key Takeaways:

The Many HTML Tags

https://www.youtube.com/watch?v=j5a6TygkF4k

Key Takeaways: