The main question many have is “how to get started with coding”.
1. Front End
Try to learn something easier, like Front End. Front End is the design, the visual of a site. HTML and CSS should do the trick. If you want more, there is JavaScript. And JavaScript reminds of such programming languages as C# or Java. Learn yourself how to use bootstrap(a library of CSS and JS) and furthermore jQuery. THose are the basics of Front End.
2. Back End
Here are things getting trickier. You should put your fokus on ASP.NET or PHP. Back End is where developing starts. As a webdeveloper, you need to know even databases. SQL is the database “language” that is mainstream.
3. Developing
After that you have wandered on point 1 and 2, by learning the languages, I would recomand you C#. Do first use the command programms to learn yourself what you code does. Many companies use C# or the .NET framwork, of whom C# is part of.
Otherwise, go JAVA, as many applications are written in Java. Python is also a choice if you find it easy, your direction should be dictated by what you wanna work with and even more important, what your skill level is. Or what it could be.
Enjoy!