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
HTML
What is HTML?
2020.02.23 (3 min)
HTML or Hyper Text Markup Language serves as the backbone that holds all of the content of any webpage. Literally all of them. "Even giants…
HTML Pages
2020.02.23 (3 min)
Since HTML is used to structure entire web pages, then let's write one! Open the same index.html file we used in the previous post and…
HTML Layout and Styles
2020.02.23 (11 min)
In the previous post we looked at the different elements that are most commonly used in websites. Let’s talk about layout. Obviously, after…
Intro to CSS and Separation of Concerns
2020.02.24 (3 min)
Previously we wrote styles directly on HTML elements. That is not the most convenient way, because imagine managing 50 files like those and…