ItsProgramming

  • Introduction
  • 1. The Basics
  • 2. HTML
  • 3. CSS
  • 4. JavaScript
  • 5. The Web
  • 6. Dev Tools
  • 7. Bootstrap
  • 8. jQuery
  • 9. Advanced HTML
  • 10. Advanced CSS
  • 11. Advanced JavaScript
  • 12. Hosting & Deployment

2018 - 2021 by Hazy

Advanced HTML

HTML Best Practices
2020.12.04 (7 min)
By now it should be clear as to what HTMLs main purpose is. It's also important to reach out and see what best practices people implement…
Folder Structure
2020.12.10 (2 min)
Previously we took a look at the index.html file, now let's look at what else is in the .zip from the HTML5 Boilerplate project. Folders We…
Favicon
2020.12.10 (1 min)
The project layout should now start to make sense. We have a bunch of files in the main folder left, so let's go over them. Starting with…
Metadata
2020.12.10 (4 min)
The project layout should now start to make sense. We have a bunch of files, which I call "metadata" in the main folder. They usually…