Why are all code language hard and strictly... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Why are all code language hard and strictly...

myself as an example...am working on HTML and CSS as a beginner but the more I go deeper in It....the harder is become for me ...sometimes when am done with my code ....it will not work at all.....and it is very annoying ....

27th Nov 2017, 8:44 AM
Patrick Oguguom
Patrick Oguguom - avatar
3 Answers
+ 3
Learn debugging using the chrome browser developer tools. They are a great help when bugs start to creep into your code. A missed spelt element or missing bracket or character can ruin a whole website. Also you can copy and paste your html code in a validator to check for errors https://validator.w3.org Ok i hope that helps and dont be too worried if nothing seem to work. It happens to all of us... and when it does happen I go... 'dam you code, why wont you freaking work!!!' and obsenities seem to follow afterwards but dont worry you'll be fine. Haha! (Im laughing but im actually crying). Bcoz coding is hard!
27th Nov 2017, 10:15 AM
Dwain Aiolupotea
Dwain Aiolupotea - avatar
+ 2
Practise is key, after some time you'll be like Ranjan or Krishna Teja Yeluripati, hailed as an expert
27th Nov 2017, 9:01 AM
๐Ÿ‘‘ Prometheus ๐Ÿ‡ธ๐Ÿ‡ฌ
๐Ÿ‘‘ Prometheus ๐Ÿ‡ธ๐Ÿ‡ฌ - avatar
+ 1
I think you should start with something more complicated. Yes my friend if you start with something like html, Itโ€™s very likely to quit when you try to learn something more complex. However if you like to continue with html, my advice to you is to think of the code as a graph and try to draw it before you write it. Always think of it as a container that has other containers inside and so on. In my opinion, itโ€™s very similar to reading a book. You should stay focus and link details and if you miss something youโ€™ll need to reread it again. Same thing with the code. You need to keep your attention and imagine what youโ€™re trying to build and link things. I hope that help and good luck ๐Ÿ‘๐Ÿป
27th Nov 2017, 9:33 AM
Abdullah Ayyash
Abdullah Ayyash - avatar