Day 15: Creating a website
Wrap up
Congratulations, you have all the key ingredients to a website:
- HTML for content
- CSS for style
- JavaScript for interactivity
Whilst you're here, take the time to add some code snippets from previous lessons into to your <script> </script>
tag, they will all work just like in the playground.
If you're not sure which to add then I would suggest the following lessons:
- The last snippet from Day 4 - Lesson 1
- The first snippet from Day 6 - Lesson 3
- Both snippets from Day 10 - Lesson 4 (Long and short hand versions)
Right, let's start to use this to learn the next thing!