I just finished an HTML course, but I already feel confused and can't remember all the tags and syntax. Is there a good way to practice so the information actually sticks?
2 Answers
Keep using HTML regularly, even if you make small and simple pages. Repetition will make the common tags feel familiar, and checking documentation when you forget something is completely normal.
Practice is the biggest part of learning. Whenever you learn a new tag, use it to build a tiny exercise or simple webpage. You don’t need to memorize every piece of syntax immediately—after using the same elements repeatedly, you’ll naturally remember the common ones and know where to look up the rest.

So I don’t need to memorize every HTML tag and piece of code?