Margin and padding in CSS are the most used properties of spacing out elements. A margin is the space outside element and padding is the space inside the element. For…
With CSS you can change the size and shape of the text with a range of properties. Let’s talk about that. Font-family Font-family specifies font itself like Times New Roman,…
CSS lets you use 16,777,216 colors. You can simply write color name, use RGB (red/green/blue) or hex code. For example following values gets you the same result: red rgb(255,0,0) rgb(100%,0%,0%) #ff0000…
HTML stands for Hyper Text Markup Language which is used for creating web pages and web applications. It sounds fancy but in reality it is the easiest language to learn…