Staff member
-
This course gives you a brief introduction to front-end development of web applications. The basic concepts, technologies, protocols and programming languages are presented in this course. You will learn about HTTP which is used to access web pages on the internet. HTML is used to define the structure of web pages and the appearance of the elements is given in CSS documents. Behavior of the page will be implemented in JavaScript.
Basic knowledge about Computer Network are required to understand the HTTP protokol and related topics
User-level knowledge of Linux is necessary becase most of the web servers run on Linux systems.
Basic programming skills are required to understand JavaScript and JQuery.
-
Textbook is not required. But the tutorials of the W3Schools should be used during the learning.