Tell us about yourself.
HTML: Hyper Text Markup Language - The code structure used to convey the content of a web site
CSS: Cascading Style Sheets - A language used to describe the presentation of the content
JavaScript: The programming language that is used in all of your browsers. It makes sites interactive.
Git: Version control and collaboration tool. It's kind of like google docs.
A typical web site will live or is 'hosted' on a web server. Web servers are often large computers connected to a network.
Clients make requests, servers fulfill them (usually).
For our web discussions, client = browser, but search engine crawlers, command line interfaces, and other applications can also behave as clients.
While any type of computer can be used as a server, they are generally larger and more powerful than others.
Client-side:
Server-side:
That depends...
To build your web site, you will probably need:
Remember the three Rs: