LU06.A01 - Events - Introductory example

Prerequisites

Source

Assignment 1

  1. Test the code example provided to you. Describe the behaviour of the script using HTML comments.
  2. Which 3 lines of code are the core for incrementing the counter? Identify these and comment on them in a meaningful way.
  3. Change the increment of the counter to 2, i.e. it should count up in steps of 2.

Assignment 2

  1. Establish in your webstorm a new directory and name it 06_events and transfer the script in this directory.
  2. Make sure that you have the title <h1> correctly named: lu06.s01.html
  3. To make sure, that the moose is visible as well, safe the image of the image in the media-directory in webstorm
  4. Adjust in your script the path to the moose-image in order to make it visible again

Solution

Lösung

Vocabulary

English German
prerequisite Grundvoraussetzung

Volkan Demir