CSS is attached to an HTML page in different ways. 1: Using the link tag The link tag is the way to include a CSS file. This is the preferred way to use CSS as it’s intended to be used: one CSS file is included by all the pages of your site, and changing one […]
CSS
A Short History of CSS
I want to give you a brief recap of the history of CSS. CSS was grown out of the necessity of styling web pages. Before CSS was introduced, people wanted a way to style their web pages, which looked all very similar and “academic” back in the day. You couldn’t do much in terms of […]