Subject: Why CSS ?
Author: CyberSpider
In response to: What's CSS?
Posted on: 04/10/2016 06:31:36 AM
While HTML specifying what contents should be displayed on a webpage, CSS specifies how those contents should be displayed. As in MVC (Model-View-Controller), CSS acting as View can separate from HTML Model to achieve:
Encapsulation
Reusability -- one CSS setting can be reused over and over again.
>
> On 04/10/2016 06:04:42 AM CyberSpider wrote:
CSS stands for Cascading Style Sheets which describe how HTML elements should look on devices.
References: