Changes in ex 01, 01.1 and 03 #28
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The old ex 01 was titled Hello World but the content in it did not match the title and it was showing changing of text color within <style> tag.
-> New exercise 01: Changed the contents to contain Hello World; make the students use emmet to start the basic html of the page; ask them to change text color with an inline style. The logic is that we are moving from the most trivial way to apply styles (and discouraged), to <style> tags (a little more sophisticated) and after that to stylesheet (more sophisticated).
Old ex 03 was demonstrating inline styles, which is now done in ex 01.
-> New exercise 03: Makes the students work with list styles (bullets, numbers, no decoration) which is not practiced anywhere else and is useful because we use lists a lot.
Updated explanations and intro to ex 01.1