|
|
|
|
CSS IntroductionCSS (Cascading Style Sheet) is used to manipulate/style HTML elements. That is basically what CSS is, and not much to describe, about it. However; I will describe the best I can. Before you go ahead into the CSS; let me weld some prior knowledge into your brain. Also known as: heads up information. Things to know before coding CSSFirst; there are three ways to use CSS for an HTML document. They are called inline CSS, internal CSS, and external CSS. Second; styling is done through HTML element id�s, and classes. There; you are all caught up with some simple CSS knowledge.Inline CSS - CSS used via tags. Internal CSS - CSS used inside the HTML document. External CSS - CSS that is used by linking to an actual CSS file. No style tags are needed in an CSS file. |
| copyright 2013 |