What is HTML?
Let’s imagine a website as a person. We’ll use this analogy to understand our website. The HTML is best described as the skeleton:
What is HTML?
Let’s imagine a website as a person. We’ll use this analogy to understand our website. The HTML is best described as the skeleton:
What is CSS?
However, just a plain HTML website looks pretty ugly, so you’ll need to style it with CSS. It can bee seen as the skin and clothing of the website.
Every modern browser comes with a set of devtools. Learn it. Use it. You can, very easily :
1.See which CSS was applied
2.See computed padding, margin, border, offset of any element
3.See which fonts are rendered
4.Simulate a smaller device
5.Try new things directly on the browser
THANK YOU