CSS INTRODUCTION:
=================
CSS ==> Cascading Style Sheets
One of the Language for UI development
to define the styles to the HTML content
Access HTML Elements
Features:
=========
1) Property based language
every property can define with value
Syntax:
property-name : value; (key : value)
2) not case sensitive language
CSS Versions:
=============
CSS-1 ==> Nov 1996
CSS-2 ==> Jul 1998
CSS-2.1 ==> Jun 2011
CSS-3 ==> 2013 Nov
=======================================
Ways to define CSS:
===================
==> 3-ways:
1) Inline Stylesheet
2) Internal Stylesheet
3) External Stylesheet
1) Inline Stylesheet
=====================
==> can use to define the style for the only one particular HTML element at a time.
==> style attribute
Syntax:
HTML Includes:
Tags ==> some of tags are paired and some of tags are Unpaired.
Attributes
CSS Includes:
Selectors for access the HTML Elements
Properties for defining the styles.
JavaScript contains:
Statements with tokens
To define the functionality on webpage.