In this DaddyDev lesson, Ryan E. Hamilton teaches the kiddos the elemental building block of HTMLHTML tags!

He shows us what HTML tags look like and how to structure most of them by [a] opening them, [b] putting content inside them, and [c] closing them to form HTML Containers (or HTML Elements).

Sample code:

<html> ... </html>

Enjoy! 8)

DaddyDev 3: How Do We Type HTML?