Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
en:modul:m291:learningunits:lu07:aufgaben:03 [2025/05/18 11:28] – vdemir | en:modul:m291:learningunits:lu07:aufgaben:03 [2025/05/18 12:16] (aktuell) – [Assignment] vdemir | ||
---|---|---|---|
Zeile 18: | Zeile 18: | ||
* 01: Test the code example above which was provided to you. Describe the behaviour of the script using HTML comments. | * 01: Test the code example above which was provided to you. Describe the behaviour of the script using HTML comments. | ||
* 02: Make sure that everthing is working correctly: When clicking on the tiger image there must appear a text below the image " | * 02: Make sure that everthing is working correctly: When clicking on the tiger image there must appear a text below the image " | ||
- | * 03: Make sure that you have the title <h1> and have correctly named the file: **lu07.s0s.html** | + | * 03: Make sure that you have the title <h1> and have correctly named the file: **lu07.s03s.html** |
* 04: : You need to wo more animals to the list and greet them correspondingly to the provided example. | * 04: : You need to wo more animals to the list and greet them correspondingly to the provided example. | ||
===== Hint ===== | ===== Hint ===== | ||
* Save 2 more pictures of animals in the media-directory | * Save 2 more pictures of animals in the media-directory | ||
- | * Extend the arguments | + | * Extend the arguments |
- | * Process the additional **argument | + | * Process the additional **opp** in the method. |
* Finnaly adjust the calling of the method at the pictures | * Finnaly adjust the calling of the method at the pictures | ||