Share this link via
Or copy link
Web Development is some-what a vague term used to describe the building or keeping of websites hosted on the internet. I use the word ‘vague’ because there are so many programming languages, frameworks, and implements that are used for Web Development. Web Development could refer to a single web page built with HTML and CSS that might contain a couple of hundred lines of code and on the other end of the spectrum, it could refer to a website like Facebook that supposedly contains around 60 million lines of code. Some of those applications have most of their logic living on a web server which renders HTML, CSS, and JavaScript to create an application. Regardless though of how web development is done, the basic technologies are the same HTML, JavaScript, CSS, and a large amount of patience.