+ 3
should i repeat to learn something that i have forgoten?
hi masters...when i learn html, i understand but i don't remember most of them, should i repeat HTML or go to javascript?
6 Answers
+ 6
Practice codes at Sololearn.
Participate challenges
Study repeatedly (revise)your course .
also check HTML learning at
https://www.w3schools.com
1. Practice, write a program related to your favourite things (anime, film, tv series...)
2. Here some websites to test your coding skills, don't worry about difficulty of each one, feel free to use Google to help you:
⢠https://www.hackerrank.com
⢠https://www.codewars.com
⢠https://www.hackerearth.com
⢠https://codecombat.com
⢠https://projecteuler.net
⢠https://brainwar.it
⢠http://www.programmr.com
⢠https://www.codechef.com
⢠http://www.codeabbay.com
⢠https://www.topcoder.com
⢠https://coderbyte.com
⢠https://leetcode.com
⢠http://exercism.io
⢠https://codefights.com
⢠http://www.cyber-dojo.org
⢠http://codingbat.com
⢠http://www.pythonchallenge.com
⢠https://codegolf.stackexchange.com
⢠https://www.codingame.com
⢠http://www.programmr.com
⢠https://programmingpraxis.com
3. Practice, seriously, practice is the best way to learn.
Good luck! :)
+ 5
HTML is so simple, you could probably move to JavaScript and relearn parts of HTML as needed. I reccomend the learning order be HTML -> CSS -> JS though
+ 4
Sometimes, we forget about something we had learnt. we need to create codes to overcome that problem.
+ 2
I think you should practice what you learn while you are learning it. That makes it a lot harder to forget... I, myself, am currently working on my first web project and I cannot tell you how much I have learned by doing...
Make up a simple project, say, an About Me page. And start working on it. You will learn as you go. At some point you might find you need JavaScript or CSS. But as you will learn and use them immediately on your project you won't forget what you learn. Happy coding! âş
+ 2
thank you for all of you guys...i will learn css and also thank you for those links... i ve tried to practice.
This is the best app i ever installed in my smartphone and the reason is because masters are really friendly here.
+ 1
For HTML, so long as you remember the essentials (the concept of tags, how they are nested, how attributes are written, the basic attributes that apply to most tags), its fairly quick to get back into it just by using something to refer to - w3schools.com it's useful for that, as is your own code if you've written it nice and clearly.