Skip to content

PRO TIP Block youtube.com at the DNS level — Pi-hole, NextDNS or your hosts file — but allow youtube-nocookie.com and i.ytimg.com. These tutorials keep playing; the rabbit hole does not.

Learning without distractions

HTML CSS TUTORIAL FOR BEGINNERS – multiple pages

722.6K views on YouTube

Setting up multiple pages in HTML + CSS is easy, there are just a few gotchas to be careful of! VIEW THE CODE: https://next.plnkr.co/edit/PKoGCHFcccpCoIIx

You’ll start by creating multiple HTML pages. They can be in the same folder, or in their own folder, it doesn’t matter, you just need to know where to point to them. Then, you simply make A tags to point to them. In HTML, when referencing a file, beginners tend to make 2 mistakes – they don’t spell the file name right (or use capital/lowercase letters on accident) OR, they don’t point to the right location for the HTML/CSS file. If the HTML or CSS file is in a folder, you need to reference the folder as well.

-~-~~-~~~-~~-~-
Also watch: “Tailwind CSS – why CSS utility classes save so much time”

-~-~~-~~~-~~-~-