CSS Flexbox und Externes JS

Frohe Weihnachten und einen guten Rutsch ins neue Jahr!


THE WORLD’S LARGEST WEB DEVELOPER SITE

W3Schools

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.

External Scripts
Placing scripts in external files has some advantages:

  1. It separates HTML and code
  2. It makes HTML and JavaScript easier to read and maintain
  3. Cached JavaScript files can speed up page loads

External JavaScript