[G_SNB/IOT] Webtechnologie intro
CtrlK
DigitAP
  • 00. intro
  • HTML5 > basis
    • 01. structuur
    • 02. tekst
    • 03. verwijzingen
    • 04. lijsten
    • 05. afbeeldingen
    • 06. tabellen (html)
    • 07. formulieren
    • 08. media (html)
    • 09. speciale karakters
  • CSS3 > basis
    • 01. syntax (selector, class, id)
      • BEM-notatie
    • 02. kleur
    • 03. tekst
    • 04. randen en spaties
    • 05. lijsten
    • 06. positionering
    • 07. tabellen (css)
    • 08. pseudoklassen
    • 09. media (css)
    • 10. box-model
    • 11. media-queries
  • CSS3 > UI & UX
    • 01. UI
    • 02. UX
    • 03. wireframes & mock-ups
    • 04. toegankelijkheid
    • 05. lay-out met grid
    • 06. lay-out met flex
  • CSS3 > advanced
    • 01. custom properties
    • 02. CSS transitions
    • 03. CSS animations
    • 04. problem solving
  • webhosting
    • 01. bestandsstructuur server
    • 02. relatieve vs absolute paden
    • 03. werken met FTP
  • Javascript
    • 01. intro programmeren
    • 02. Document Object Model (DOM)
    • 03. events
    • 04. basis instructies Javascript
    • 05. bibliotheken
    • 06. functies, methods en objects (uitbreiding)
    • 07. decisions en loops (uitbreiding)
  • API's essentials
    • 01. intro API
    • 02.a Thunder Client
    • 02.b Postman
      • Installatie
    • 03. blackbox: API naar front-end
      • Voorbeeld uit theorieles
    • 04. HTTP(s)
      • 4.1 Status codes
      • 4.2 cookies & caching
  • Bronnen en verwijzingen
    • oefeningen online
    • tutorials online
    • extra info labo's
Powered by GitBook
On this page
  • HTML5
  • CSS3
  • JavaScript
  1. Bronnen en verwijzingen

oefeningen online

Nood aan extra oefeningen op jouw eigen tempo? Hier zijn alvast enkele links online:

HTML5

oefeningen: https://www.w3schools.com/html/exercise.asp test jezelf: https://www.w3schools.com/quiztest/quiztest.asp?qtest=HTML

CSS3

oefeningen: https://www.w3schools.com/css/exercise.asp test jezelf: https://www.w3schools.com/quiztest/quiztest.asp?qtest=CSS

JavaScript

oefeningen: https://www.w3schools.com/js/exercise_js.asp test jezelf: https://www.w3schools.com/quiztest/quiztest.asp?qtest=JavaScript

Previous4.2 cookies & cachingNexttutorials online

Last updated 2 years ago