CSS Flexbox und Externes JS
THE WORLD’S LARGEST WEB DEVELOPER SITE
Ebenfalls sehr hilfreich: SelfHtml
Cooler Online-Quelltext-Editor: Thimble
Spaß beim Lernen: Hilfreiche Links zum Thema Coding
Was haben wir gelernt?
The Flexible Box Layout Module, makes it easier to design flexible responsive layout structure without using float or positioning.
- Flexbox-Guide
- Flexbox auf w3schools
- Hilfreiche Links zum Thema Coding
External Scripts
Placing scripts in external files has some advantages:
- It separates HTML and code
- It makes HTML and JavaScript easier to read and maintain
- Cached JavaScript files can speed up page loads