|
|
"EDUCATION IS NOT THE
PREPRATION OF LIFE
CSS INTRODUCTION A CSS (cascading style sheet) files allow you to separate your websites HTML content from it's style. As always you use your HTML file to arrange the content, but all of the presentation (fonts, colors, background, borders, text formatting, link effects & so on...) are done with the CSS file. For example: This website (koderzone.com) has different areas where you see different styles like font size different, font color different, or data is adjusted with justify alignment and many more. Everything
is done with the help of these CSS style file or we can say CSS style
sheets.
|