Weekly plan
Back
❌
2. Send me where you are in the w3chools tutorials for each topic
An overview over all tasks and code
🗓️ Week 25 of 27 (17 - 19.mar)
🗓️ Week 24 of 27 (10 - 12.mar)
🗓️ Week 23 of 27 (3 - 5.mar)
Each Wednesday before lunch:
1. Send me your "task overview" HTML file2. Send me where you are in the w3chools tutorials for each topic
- HTML
- CSS
- Javascript
Vinter holiday
🗓️ Week 22 of 27 (17 - 19.feb) 🗓️ Week 21 of 27 (10 - 12.feb) 🗓️ Week 20 of 27 (3 - 5.feb) 🗓️ Week 19 of 27 (27 - 29.jan) 🗓️ Week 18 of 27 (20 - 22.jan) 🗓️ Week 17 of 27 (13 - 15.jan) 🗓️ Week 16 of 27 (6 - 8.jan)Xmas holiday
🗓️ Week 15 of 27 (16 - 18.dec) 🗓️ Week 14 of 27 (9 - 11.dec) 🗓️ Week 13 of 27 (2 - 4.dec) 🗓️ Week 12 of 27 (25 - 27.nov) 🗓️ Week 11 of 27 (18 - 20.nov) 🗓️ Week 10 of 27 (11 - 13.nov) 🗓️ Week 9 of 27 (4 - 6.nov) 🗓️ Week 8 of 27 (28 - 30.oct) 🗓️ Week 7 of 27 (21 - 23.oct) 🗓️ Week 6 of 27 (14 - 16.oct)Autumn holiday
- Week 5 of 27 (30.sept - 2.oct)
-
HTML tutorial
- More HTML Elements
- Logic
- Forms
-
CSS tutorial
- Icons
- Links
- Lists
- Tables
-
Javascript tutorial
- Arrays
- Dates
- Events, Precedence & Conditionals
Tasks
For every task you get, organize it. Meaning, create a new file for each task.
Hint! Things you should know by now
Hint! Here's an example on how to find elements in HTML, attach an event listener and change the content
- Week 4 of 27 (23 - 25.sept)
-
HTML tutorial
- Images
- Tables
- Lists
-
CSS tutorial
- Outline
- Text
- Fonts
-
Javascript tutorial
- Booleans
- Numbers
- Operators, Assignment, Arithmetic & Math
- Strings
Bonus!
- Make a HTML table that gives a daily overview of the plan for our Europe trip.
- Register an account on https://codeberg.org/ and let me know your username there
Norway trip
- Week 3 of 27 (9 - 11.sept)
Here are the topics for each tutorial
-
HTML tutorial
- Introduction and Basics
- Formatting and Style (Note: these topics are not very very important, but still read them: Entities, Symbols, Charsets, URL Encode, HTML vs XHTML)
- Colors
- Links
-
CSS tutorial
- Introduction
- Colors
- Backgrounds
- Borders
- Margins
- Padding & Dimensions
-
Javascript tutorial
- Introduction
- Variables, Let, Const & Data Types
-
Organize your webpage
- Your main index.html is going to be the "main page"
- It should link to at least 2 pages ("About" and "Portfolio"), but you are welcome to make more!
- Each page should be in a folder/directory
- Each page should link back to your main landing page
- Take a look at how the elev.stufskole.no is organized for inspiration/tips
- Week 2 of 27 (2 - 4.sept)
- We explore making a super simple guessing-game
- html-and-css.html
- Week 1 of 27 (26 - 28.aug)
- Example of javascript variables
- Here is a base index.html file you can use to get started