general

CSS basics

The Basics HTML puts a structured element on the page CSS controls the properties of those HTML elements, i.e. how it looks Javascript allows you to change HTML properties interactively CSS Syntax selector {property: value;} The selector is how you connect your CSS to HTML elements. There are three primary selectors: Type (HTML tag) #

CSS basics Read More »