Audio walkthrough of the Basics Course Learn more here : https://www.thebasics.dev
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
Learn about parent child relationships in divs!
Create a layout in HTML using semantic tags like header and section.
Getting used to creating layout using DIVs in HTML & CSS
Learn to create list tags in HTML. https://slides.com/lennyroyroy/deck#/
Learn to make images in HTML. https://slides.com/lennyroyroy/deck#/
Learn to use attributes in HTML. https://slides.com/lennyroyroy/deck#/
How to make a link in HTML. https://slides.com/lennyroyroy/deck#/
How to make a line break & horizontal line in HTML. https://slides.com/lennyroyroy/deck#/
How to create Strong & Italic tags. https://slides.com/lennyroyroy/deck#/
How to create a H1 - H6 tag. https://slides.com/lennyroyroy/deck#/
How to use a paragraph tag. https://slides.com/lennyroyroy/deck#/