Tagged: basics

Once you understand the basic structure of CSS – selector {property: value;} – you can begin using it to style elements in your html documents. There are certain elements in html that we use all the time; p for paragraphs, h1 h2 h3 for headings, ol and ul …read more »»

If you want to understand CSS, there are a few basics that you should start with, and one of them is a firm grasp of html markup. I will have to assume that you have at least a basic understanding of html, or else you probably wouldn’t be here in the …read more »»

CSS – Cascading Style Sheets – are basically a set of instructions telling a browser how your website is supposed to look. The difference is that CSS separates your design from your content. This gives it a number of advantages over other methods of styling …read more »»