Activity 302: Learning about CSS
CSS stands for Cascading Style Sheets. Styles define many different things in particular how to display HTML elements. Styles are also usually stored in style sheets. You can then add styles to HTML 4.0 to solve the main problem. External style sheets can usually save you a lot of work in the future. Usually, external style sheets are stored in CSS files. Usually multiple style definition cascade into one webpage.
Loading...