1 · Basics

Work through these in order. Each language builds on the one before it.

1.HTML
Page structure, styling it with CSS, and building tables.
2.CSS & Bootstrap
Using the Bootstrap framework so your pages look good without writing all the CSS yourself.
3.JavaScript
Code that runs in the browser: buttons, loops, and changing the page after it has loaded.
4.PHP
Code that runs on the server before the page is sent. Variables, loops, arrays, and files.