Dies ist eine alte Version des Dokuments!
LU03.A01 - Hello World in W3School-Playground
Learning Objectives
- Learning how to make use of the W3School VUE playground
Prequisites
- Work type: Individual
- Means of aid:
- Timeframe: 10 Minutes
- Expected result: Word/PDF-File with rephrased modul objectives in the student's own words, including familiar and unfamiliar technical terms
Introduction
You have learnt that W3School provides us with a playground to mess around without any harm. As always, we start with our „Hello World“.
Assignments 1
- Open the playground with the link above. You will be presented with a splited window on which on the right hand side you will see the coding area, and on the right hand side the result area.
- Change the already existing text Hello Pink Galaxy
- Execute the change by bushing the RUN-Button
- Check the result
Assignment 2
- Create a second css-class .blueBG in analogy to .pinkBG which changes the background colour to lightBlue.
- Make use of it in the script area
- Execute the change by bushing the RUN-Button
- Check the result