ColorCode

Videos 🎥Courses 📚Podcast 🎙️Merch 👕Login 🏠
Last Updated: February 4, 2023

What is HTML?

What is HTML and why is it so fundamental to learning web development?

HTML is so important and yet so simple to learn. Usually simple basic stuff are not that useful but is not the case with HTML. It's a great first language for anyone.

HTML is nothing but a text file. Just like a word document. It's the foundation of every web application. It's the skeleton and the structure of your page. It's the entry point of every app, which means every time someone goes to your site, the HTML file is the very first thing that the browser loads for them before anything else like images, colors, words, buttons. So in this course we're going to make multiple pages together. We'll be working with a version of HTML that's called HTML5. Let's do it.