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.
  • Comments, Lists, Media and Links

    Comments. We'll see how we write comments in an HTML file. Comments are important. They help us organize our code by describing its function or our thoughts about it. They also help any other developer who may need to work on this code.