HTML5 Basics - The DOM (Part3)

How to understand the DOM. The DOM is the Document Object Model. It is the description of the relationship that all of the HTML elements have with each other. (e.g. Parent/Child/Sibling...) We are using chrome dev tools to inspect a website and talk about how that website is built. We also talk about semantics and how writing semantic markup is important. We should use the most appropriate HTML tags. This is the third video in a series called “HTML5 Basics“ Be sure to watch them all!
Back to Top