Home

Vanilla Javascript

Get familiar with the basics of web development. HTML, CSS and JS.

01Intro

Learn how to build website and apps. We will talk about HTML, CSS and JS. After this you should be ready to dive deeper into the wonderful world of web development.

06HTML Meta Tags

Learn about HTML head and Meta tags to improve SEO or configure your site.

07CSS Rules

Learn what CSS rules are and how you can use them to style your website.

08CSS Selectors

Learn about the cascading in CSS and how you can use different types of selectors to manage

10CSS Layout

Learn how to use CSS to configure the layout of your website.

11CSS Flexbox

Learn CSS flexbox as a way to layout your different HTML tags on the page.

12CSS Grid

Learn how to use CSS to build grid layouts.

16Javascript Loops

Learn how to use loops to perform the same task over and over without having to repeat yourself.

18Javascript Scope

Learn what info is available to your code at what point in time with scope.

20Javascript Arrays

Learn what iterables are and how they help you to create data structures within javascript.

22Javascript Classes

Learn how to use classes to facilitate object creation and group data and methods together.

23DOM Events

Learn what events are fired in your web browser and how javascript can listen to them to control experiences.