Our Course

Our broad categories of courses and areas of expertise that will make you an expert in web matters.

HTML

Hyper Text Markup Language, HTML, is the standard markup language for creating web pages. HTML describes the structure of a web page. It consists of a series of elements that tell the browser how to display content.

Take Course

CSS

Cascading Style Sheets, CSS, is a simple design language intended to simplify the process of making web pages presentable. CSS handles the look and feel part of a web page. CSS is combined with the markup languages HTML or XHTML.

Take Course

JavaScript

JavaScript is a scripting language that allows you to implement complex features on web pages. From displaying timely content updates, interactive maps, animated 2D/3D graphics, scrolling video jukeboxes, etc; you can bet that JavaScript is probably involved.

Take Course

JQuery

jQuery is a lightweight JavaScript library. The purpose of jQuery is to make it much easier to use JavaScript on your website. jQuery takes a lot of common tasks that require many lines of JavaScript code to accomplish, and wraps them into methods that you can call with a single line of code.

Take Course