29 lines
490 B
Markdown
29 lines
490 B
Markdown
|
|
### Week 3: Coding in HTML! Let's make a Website
|
|
|
|
---
|
|
|
|
Greetings from Developer land. Last week we learned what real programmers use to upload their code for others to collaborate.
|
|
|
|
|
|
|
|
|
|
Today we are going to start programming!
|
|
|
|
|
|
---
|
|
|
|
### Building Blocks of a Website
|
|
|
|
|
|
|
|
![[Pasted image 20231010141612.png]]
|
|
|
|
|
|
- HTML - the content and "bones" of a website
|
|
- CSS - the decorations, here we can add fancy decorations
|
|
- Javascript - animations can be added here
|
|
|
|
---
|
|
|
|
## Step 1. Open TextE |