![]() |
Lennyroy CodesAuthor: lennyroy robles
Audio walkthrough of the Basics Course Learn more here : https://www.thebasics.dev Language: en Contact email: Get it Feed URL: Get it iTunes ID: Get it |
Listen Now...
The Basics: The HTML Tag
Saturday, 7 September, 2019
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













