Channel: LearnCode.academy
Category: Howto & Style
Tags: html csscss tutorial for beginnershtml (programming language)html for beginnershow to create a websitehow to create links in htmlweb development tutorialhow to make a websitecss for beginnershow to build a websitehtml linkscss lessonweb development tutorial for beginnerscss tutorialhtml tutorialcascading style sheets (programming language)html and css
Description: Setting up multiple pages in HTML + CSS is easy, there are just a few gotchas to be careful of! VIEW THE CODE: 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" youtube.com/watch?v=oU5ar0dmQEY -~-~~-~~~-~~-~-