Topic outline

  • General

    Terminology and aims of the course:

    Web Design refers to the HTML (structure), CSS (style), and JavaScript (interaction) technologies used in browser-Web Server communication, resulting in web pages being displayed to the end user.


    The first aim of this course is to learn, understand and apply the above technologies to create simple code-based websites.
  • The HTML of forms. The CSS of forms. Form validation.

    The HTML of forms. Forms are commonly used to collect user input and send them to the WEB Server. In this submodule, we will learn to create well-structured and accessible forms using HTML markup.