I've started learning HTML and have developed a method where I write down my understanding in a notebook after each lesson, followed by some practice. However, I'm feeling that the writing takes a lot of time, and I'm wondering if I should stick with this method or try something different to speed up my learning process. What do you all think?
7 Answers
Basing your learning on notes can be beneficial, but don’t forget to balance it with practice. I started with taking notes too, and it really helped build my foundational knowledge, but I also made sure to practice alongside it.
Check out some simple projects from YouTube or books! Follow along with the tutorials, and when you're ready, try recreating those projects on your own. Make flashcards for new concepts and revisit your projects regularly to reinforce what you've learned. This method can help you dive deeper without getting stuck in 'tutorial hell.' Plus, I recommend the book "Make it Stick" for more learning strategies.
You might want to minimize note-taking and focus more on practical coding. The more you write code, the better you'll retain it!
That's what I was thinking too!
The key is if you're able to set goals and meet them—if you're doing that, your method is probably working well for you. There isn’t a one-size-fits-all approach to learning, so find what makes sense for you!
Very true, I’ll keep that in mind.
Focus on understanding problem-solving and how code functions rather than memorizing everything. Use a programming editor with tools like intellisense to help you. Playing around with the code and seeing what works (or doesn’t) is the best way to learn.
Absolutely, I’m trying to get a grasp on how the code works.
Honestly, writing HTML down on paper isn’t the best use of your time. Instead, try using a text editor to practice directly on the computer. That way, you can see your results instantly and avoid any unnecessary delays in your learning.
I think you might be onto something there! I'm also focused on understanding how the elements work, which helps me a lot. Thanks!
If writing things down feels slow, perhaps it’s time to switch it up. HTML is one of the simplest languages out there, so watching videos and practicing might be more effective. Everyone learns differently, so find what works for you!
I appreciate the suggestion!

Thanks for the advice! I’ll definitely look into that book.