Why We Should Seperate CSS from HTML files?

A subscriber of learndiv.com Raman from Malaysia asked about why we should use seperated CSS files rather than inline styling. Let’s look why should seperate? 1. Save bandwidth, save the world! CSS files saves your bandwidth when you are using repetitive tags just like headers as you see in this post. If we had prefer set inline [...]

Seperating Styles from HTML (Cascading Style Sheets)

During the web sites becomes more complex, developers start to seperating styles from html codes. What is the Style rules? They are describe any html elements or element groups displaying properties like its size, color, fonts or borders etc. There is a typical style rule written below. What is the Style-sheets? Style-sheets are collection of one or more [...]