Tutorials: HTML/CSS & Markup

Moderne struktur, stilark, semantikk og eldre kompatibilitetslag for webgrensesnitt.

// tutorial blueprint
const steps = ['Planlegg', 'Bygg', 'Test'];
steps.forEach(step => console.log(step));