+ 6
Is there any technique to Remember the Documentations of HTML And CSS.
I can't remember all the Documentations.
8 odpowiedzi
+ 3
You won't ever remember every single documentation, but the best way to remember the most of it is by practising. A lot. And if you want to get to know a specific part try to make a project where you use that part frequently.
+ 3
Can you assign such project so that i will be able to remember most frequently used terms.
+ 3
Thank you bro.
+ 2
Yah . I was tried my level best.
According to this project suggest something ahead of this page
https://code.sololearn.com/WVm6nUrpPgeS/?ref=app
+ 1
you don't have to memorize every single thing in any programming language all. What is important, is that you should know about the core concepts of that language. You can check stuff online or from book there is no shame in that.
And if you keep working with same thing for a long time it will just get printed in your brain automatically.
+ 1
1.1 (Most common tags and css terms) try to make an introduction page with information about yourself
1.2 try to use html5 tags like main,section,article,aside to make your code look a bit more organised
2. (Css animation terms) try to make any animation
3. (Css shaping and positioning) try to create a simple flower out of pure css and <div> tags
4. (Html svg) try to create an svg drawing and animate it with the <animate> tag
5. (Html forms) Make a login/register page
+ 1
The only thing I can suggest you (since you are way better than I am ;) ) is maybe some canvas or svg practises
+ 1
You're welcome