I think language does not matter. You should learn how http works and how request and response handled through web server. I mean basically you need to learn core concepts of web development
Then you should concentrate on following things.
- HTML- Basic HTML and Framework like bootstrap to build UI for your web application.
- CSS - CSS to customize the look and feel of your UI
- JavaScript- Start with plain JavaScript then eventually use jQuery and then later on frameworks like Angular,React and Vue.
- Server side language : You can pick any language which you are comfortable with it i.e. Python, PHP,C#(ASP.NET),Node.js, Golang,Java etc.