The best way to master HTML (2022)

My Story :

I, as another newbie to web development, started learning the skeleton of websites, that is HTML, 7 months back. When I first started creating websites using HTML, for a long time I thought it was very easy to describe the structure of the websites and make them look exactly how we wanted. But there are a ton of concepts that you need to understand thoroughly in order to gain the maximum understanding of HTML and how it works. I will include a basic roadmap for you to follow, in a way where you will get a crystal clear understanding of all the important concepts you need to get hold of.

What exactly is HTML?

HTML is nothing but HyperTextMarkupLanguage. It is used to describe the structure of your website and position various elements. You can style your website using various options, one of the best as we all know is CSS (Cascading Style Sheets). There are various HTML elements, like headings, links, tables, etc. You can master them by building side projects where each one of the concepts has some use.

My Mistakes :

-> The number one mistake I did was getting stuck in tutorial hell. Basically, I tried following various tutorials and was busy watching all the tutorials all day and not actually applying the concepts I learned from them. Do watch tutorials, they are good for building a foundation, but also start implementing the concepts used in them itself.

-> My 2nd mistake was that I tried to learn everything at once, let me explain. I was learning about HTML with following a CSS tutorial too, I was so tempted to do new things with CSS, when I didn't even have a good hand at HTML first. Try and get a good grip on one thing first, then and only then move on to the next.

Resources for HTML -

There are various youtube videos and websites for learning HTML, I have shortlisted a few to save your time researching about them.

Websites -

w3schools.com

developer.mozilla.org/en-US

learn-html.org

freecodecamp.org/news/tag/html

Youtube tutorials -

youtube.com/watch?v=BsDoLVMnmZs

youtube.com/watch?v=G3e-cpL7ofc

youtube.com/watch?v=pQN-pnXPaVg

youtube.com/watch?v=kUMe1FH4CHE

A Beginner Roadmap for 7 days -

I am going to guide you through a basic HTML roadmap to get a good grip of all the concepts and moving ahead to CSS.

Day 1 -> Learn how HTML and websites work. Research about http, domains and browser engines about how they load websites.

Day 2 -> Basic HTML Headings and how to use them in different scenarios, also learn about paragraph elements and attributes.

Day 3 -> HTML Formatting text and fonts, build a basic website, where you apply these concepts and get hands-on experience.

Day 4,5 -> Learn about HTML tables, images, and links, this will also help you learn about the layout of websites.

Day 6,7 -> Start building a basic Portfolio website, think about how you can use these concepts, and make the website look amazing by only using HTML.

You can check out my website at -

github.com/36atharva/basic-cv .

Thank you so much, for taking out time and reading this blog. I hope you got some value from this one!

Did you find this article valuable?

Support Atharva Hinge by becoming a sponsor. Any amount is appreciated!