CSS Beginers
What is CSS?
Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation semantics (the look and formatting) of a document written in a markup language.
CSS is a way for website designers & developers to add STYLE (colors, fonts, borders, margins, etc.) to web pages. Most importantly, however, CSS is a way for the designers/developers to keep style information separate from the actual content of a website. CSS is perfect for custom website design projects.
Why CSS?
- Allows for much richer document appearances than HTML.
- Reduce workload by centralizing commands for visual appearance instead of scattered throughout the HTML doc.
- Use same style on multiple pages.
- Reduce page download size.
Where we using CSS?
- Web Platform
- JavaFX *
- Front-End User Interface*

jana
Tags: 


Much appreciated for the information and share!