I just finished an HTML course, but I feel overwhelmed and can barely remember all the tags and syntax. Is there a good way to practice so the information starts sticking?
2 Answers
Keep making small pages and look up syntax whenever you forget something. Even experienced developers check documentation, so focus on understanding what the tags do and getting comfortable finding the details when you need them.
Practice is the biggest part of learning HTML. Whenever you learn a new tag, build a tiny exercise with it—make a simple page, form, list, or profile card. You don’t need to memorize everything immediately; using the tags repeatedly will make them feel natural.

So I don’t need to memorize every tag before I start building things?