Ad

CSS Tutorial

Hakon Wium Lie | ankitweblogic.com

Hakon Wium Lie

Chief Technical Officer - Opera

CSS stands for Cascading Style Sheet, introduced by the World Wide Web Consortium (W3C), developed by Hakon Wium Lie. CSS was initially released on December 17, 1996.

HTML was originally designed as a simple way of presenting information for sharing documents online with few styles, but if you want your HTML page to be more attractive and colorful, CSS gives you a great advantage.

CSS allows you to specify various style properties for a given HTML element, such as color, background, font, etc. CSS was to improve web presentation capabilities. It allows web designers to define the look and feel of their web pages. CSS is designed to enable the separation of content and presentation. This separation can improve content accessibility and reduce complexity.

CSS Version History

Version Year Description
CSS1 1996 The first official W3C recommendation for CSS, include features like text styling, font properties, colors, backgrounds, and the box model.
CSS2 1998 Advanced selectors added, positioning property, and more styling properties.
CSS2.1 2011 Remove poorly supported features, and provide a stable and well-supported baseline for CSS
CSS3 Starting in 1998, with ongoing development New selectors and pseudo-classes,Transitions, transformations (2D and 3D), animations, Layout modules (Flexbox and Grid), Custom properties (CSS Variables), Media Queries.
Related Topic:

Ad: