HTML memorization techniques? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

HTML memorization techniques?

Does anybody know how to remember all the HTML commands and everything else? Any good site for mnemonics recommended?

20th Apr 2018, 9:13 AM
Muhammad Umar
Muhammad Umar - avatar
3 Answers
20th Apr 2018, 10:50 AM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar
+ 4
Honestly there is only one memorization technique that I can suggest in this case: coding!!... You will remember tons of stuff without even trying. I love mnemonics but what is the point if there is a much easier and fun way?
20th Apr 2018, 9:34 AM
cyk
cyk - avatar
+ 3
Practice practice practice. There's no mnemonic because there are very few tags that have to come in order. And honestly on a daily basis there aren't more than maybe a dozen "words" you need to know for html. div, span, p, a, table, tr, td, th, form, input, select, textarea, button. That about covers it. With those tags and css you can build just about any web layout you can dream up.
20th Apr 2018, 9:43 AM
Adam
Adam - avatar