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…
This is a part 5 of our CSS basics series and in this article you will learn everything you need to know to make HTML text stylish using CSS. With…
In this article you will learn everything you need to know about colors in CSS. CSS lets you use 16,777,216 colors. You can simply write color name, use RGB (red/green/blue) or…
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…