אז מה זה CSS?
01/08/2015
דמי השתתפות: ללא תשלום

שי יציג בפנינו את עולם ה- CSS. נלמד מהו בעצם CSS, כיצד הוא משמש בבניית אתרים ואפליקציות ווב, ואיך שימוש נכון בו הופך את האינטרנט למקום הרבה יותר יפה ומרשים.
- Basic CSS
- Purpose – seperation of concerns
- Hello CSS – tiny example for motivation.
- Recall the DOM tree
- Loading and Scope (Inline, External & Tag Based)
- Definition – defined of a query (who) and rules (what).
- Minimal queries
- Tag Name
- Attributes (ID, Class)
- Minimal rules
- Colors
- Backgrounds
- Cascading
- Defaults
- Tags have default properties (e.g. Div has display: block)
- Lists
- Anchors
- Tables