In basic class on HTML and CSS, you probably learned that HTML is a pretty simple language. It has tags and the tags sometimes have attributes. Some of the tags create new blocks on the browser window, like <p> and <h1>, and some tags are inline elements, like <strong>. Some tags have closing tags like <p></p> and some are self closing, like <br>. That is about it to the language right?
Well, not exactly. Those are the basics and really all you need to know to get started with HTML, but there is a lot to the language that is interesting and that not everyone knows. This is a great opportunity to go deeper and know more about it.
Watch the videos below to get deeper into it, and take notes as you go along. You might want to refer to some of these resources again later. Also, the examples mentioned in the video are linked below the video, so you might want to get those and work with them, as you watch the videos.
Continue reading “What I learned about HTML deep dive Lecture!”