Episode Synopsis "The Basics: The HTML Tag"
The HTML tag is an essential part of the classic HTML structure. Like many of the the tags we've discussed before, it wraps around content. The content in this case happens to be the whole HTML document lol! It is the first tag we write in our HTML document, and is the parent of all the elements inside. the !DOCTYPE html tag is important to add so that the browser can detect what kind of file is being used. See more at https://www.thebasics.dev Follow along with the slides at https://slides.com/lennyroyroy/deck-7#/5
Listen "The Basics: The HTML Tag"
More episodes of the podcast Lennyroy Codes
- The Basics: The HTML Tag
- The Basics: Parent Child in HTML
- The Basics: Creating a Layout - Semantic
- The Basics: Creating a Layout - Non Semantic
- The Basics: Layout Overview
- The Basics: CSS Syntax
- The Basics: The Style Tag
- The Basics: CSS Syntax & The Style Tag
- The Basics: List Tags
- The Basics: Image Tag
- The Basics: Attributes
- The Basics: Link Tag
- Formatting text using line breaks in HTML
- Creating strong and italic tags in HTML
- The Basics: Heading Tags
- The Basics: Paragraph Tag