Ever considered a career in web development and you don't know how and what to get started with? I will be listing the technologies to get started with in ascending order;
HTML - hypertext markup language, this serve as the basic language to write your web pages, it's not a programming language but a mark-up language that describes your website. So this is the starting point.
CSS - cascading style sheets, this helps to beautify your web page by adding any style of ur choice to your site
JavaScript - this gives u some certain dynamic content to ur site by creating interactive content and animated features processed by d client end (browser), this is the first actual web programming language you will encounter as a developer
PHP - hypertext preprocessor, this is a server side programming language that is used to create dynamic webpages, knowledge of PHP gives you the ability to make web applications that can take in user inputs and display webpages according to user request.
MySQL - Database system, this manages the stored content of your site