HTML, CSS and JavaScript (Coursera)

HTML, CSS and JavaScript (Coursera)
This course will teach you the essential elements of web page development, covering HTML, CSS and JavaScript. No previous experience of these technologies is necessary, although it is helpful if you have some prior programming experience. First, HTML together with CSS are discussed and explored. Then we move on to consider the essential components of JavaScript, including variables, arrays, loops, events and functions. Then we explore more advanced elements of JavaScript control, including advanced use of functions, event control, array processing, and DOM manipulation.

After completing this course, you will be able to:

- Create a web page using HTML elements

- Be able to apply CSS (style sheet rules) to parts of a web page, for altering display and behavior

- Be able to program interactive JavaScript in a web page


Syllabus


WEEK 1

HTML & CSS

Welcome to the first week of the course! In this module you will be introduced to the fundamental elements of HTML and CSS, the main technologies used to construct web pages.


WEEK 2

Introduction to JavaScript

In the second week of the course you will begin to learn JavaScript. This includes the fundamental components of most programming languages such as variables, arrays, making decisions, loops, events and functions, as well as the generation of random numbers.


WEEK 3

Advanced JavaScript

In the third and last week of the course we look at relatively more advanced components of JavaScript. This includes a deeper understanding of techniques which have already been introduced, namely loops, arrays, events and functions. New topics include DOM concepts and manipulation.