Web Services & Online Applications
In this course, we were introduced to the basics of HTML, CSS and JavaScript. With the help of these elements, amazing web services and online applications can be created. One very important part of the course was the introduction to the HTML DOM (document object model) as this is the fundamental link between the tag-based structure of a html-webpage and the functionality of JavaScript. JavaScript is a leight-weight and easy to learn scripting language which is directly executed within a web-browser. The examples in this chapter give an idea how the linkage between a webpage and JavaScript works.