I can't memorize everything | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

I can't memorize everything

I've just started learning how to code and almost finished the html course but I feel like I've forgotten most of the tags. What should I do?

22nd Dec 2017, 5:55 PM
Philip
Philip - avatar
12 Answers
+ 9
@Philip this was how I used to feel. I actually dropped out of college because of that. Now, 3 years later, I'm realizing I remembered more than I thought I did. Just keep at it and take your time. if you rush through the lessons and not practice, you won't learn the material. After completing a lesson (or a whole module it you prefer) practice everything you learned until you understand what everything is doing. By doing that you will start remembering the tags and where/how to use them. Also, try studying the material you want to learn before bed and again in the morning if possible. Studies show sleep helps to memorize as your short term memory is converted to long term while you sleep.
22nd Dec 2017, 6:34 PM
Taylor Donaldson
Taylor Donaldson - avatar
+ 13
you should do practice on making codes in html without practice that's not possible make codes more and more that will help you to remember the tags
22nd Dec 2017, 5:59 PM
MsJ
MsJ - avatar
+ 7
You should practise by creating codes
23rd Dec 2017, 5:55 AM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar
+ 5
Don't worry, it is highly unlikely to memorize everything or even the vast majority of things, the first time is the key. Practice makes perfect, so keep trying. Even if you need to reference things multiple times as you work, that is how you learn. Good luck!
22nd Dec 2017, 6:50 PM
Mohamed
Mohamed - avatar
+ 3
Scientist say you need to relearn 7 times a lesson (not the same day but more when you feel you forgot what you learned) until you actually know it. + by exercise and learning by other ways your brain will memorise the lesson even more!
22nd Dec 2017, 6:23 PM
One
One - avatar
+ 3
It’s much more important to know the syntax than specific tags. You could always just go back to the lesson and check what tag you need, it’s only really important to memorize syntax. For example, I could look in a French - English dictionary to see how to write this in French, but it still wouldn’t be as easy to check if my grammar would be correct.
22nd Dec 2017, 11:14 PM
Jacob Pembleton
Jacob Pembleton - avatar
+ 2
Thank you very much
22nd Dec 2017, 6:38 PM
Philip
Philip - avatar
+ 2
No one expects you to remember everything on offer in a language - that's why documentation exists. Through lots of reuse you will come to remember the things that you use most often
22nd Dec 2017, 10:24 PM
Dan Walker
Dan Walker - avatar
+ 2
Practice make a man perfect. So learn more and memorize your previous topics.Also practice "Try it yourself " on the learing topics.Accept challenges and creat challenging method.
23rd Dec 2017, 1:33 PM
MD.Riyad
MD.Riyad - avatar
+ 1
then u have to practice a lot
22nd Dec 2017, 9:37 PM
Android Boi
Android Boi - avatar
0
None can remember all things learned once. Try to learn what kind of methods/structures are possible and how you create them. This is done by practicing. If you have an issue you cannot solve right now, you may can remember a partial solution of your issue you have done before and you can look up this part.
22nd Dec 2017, 6:25 PM
Andreas K
Andreas K - avatar
0
Before you forget more of it, start hacking away! search google for “html 5 starter template” and open that file in a code editor like Sublime. Start typing p tags and headings into the body of that document. Preview the file in chrome. Use the skills before you loose them
23rd Dec 2017, 3:51 PM
Matie
Matie - avatar