What is Clientside?
Anything that occurs on the client in a client-server relationship. For example, CSS is clientside because it's used by the browser. PHPis serverside (the opposite of clientside) because it's used by the server.
XHTML and CSS are clientside languages.