Introduction to Server Side Languages

In previous weeks, you have seen examples working with HTML. HTML allows you to format a page so that it appears on the client computer in a way which you specify.

Types of Server Languages

In the web, we also have server side languages. These languages run anything from a few simple lines of code to complex programs, on the server, and generate an HTML page to be sent to the browser. There are several popular server languages which you may see mentioned from time to time:

What a Server Language Can Do

Regardless of language you may find or use, all server side languages allow you to perform some of the same tasks.