HTML Part 1

Posted on Sunday, Jan 10, 2021 | Category: episodes | webdev, http, html, tags, elements, attributes
Hypertext Markup Language - HTML is the scaffolding of a web page. It defines the content and structure of a page, and links together all the pieces required to deliver the page's visual layout and interactivity. Elements, tags, attributes, content, flow, phrasing, and more!

Show Notes

Web 101 - Episode 3: HTML Part 1 - Intro and Basic Structure

HTML is the scaffolding of a web page. It defines the content and structure of a page, and links together all the pieces required to deliver the page's visual layout and interactivity. In this episode we'll go over the basic anatomy of an element, the differences between that and a tag, attributes, element categories, and how elements fit together to make up a page.