What is the best coding language so start from?

Html, CSS, JavaScript are the fundamentals of making so much stuff. If you understand the basics you will be a great coder.
Best website for me personally
 
^^^^^^^^^^
What he said basically but one of the easiest by a country mile if you have never coded before is Python 2 or Python 3,Python is easier but is used less often.
Hope this helped:)
 
Python could teach you basics for programming, since JS isn't still ready for beginners. For example: you could easily start with OOP (object oriented programming) in Python, which isn't such simple task in JavaScript, because JavaScript has prototypes.

I recommend you Python with some guidance and I mean Python3, because Python2 will be deprecated in 2020 :)