CSS stands for cascading style sheet
Css is used to style HTML elements
history of css;
1.css is proposed by Håkon Wium Lie in 1994
2.In 1996 Css1 released by World Wide Web Consortium
3.In 1998 css2 released
4.2011 onwards → CSS3 (modular release) this module method is used to make update easily.
2011 onwards என்றால் 2011 முதல் இன்று வரை என்று அர்த்தம். Modular Release என்பது CSS-ஐ மொத்தமாக வெளியிடாமல், சிறு சிறு பகுதிகளாகத் தனித்தனியே பிரித்துத் தொடர்ந்து மேம்படுத்துவதைக் குறிக்கும்.
CSS1 1996 Basic styling
Features:
Colors
Fonts
Text alignment
Background
example;p {
color: red;
font-size: 16px;
}
CSS2 1998 Layout + positioning
CSS3 2011+ Modern design + animations
Is there any alternative to CSS today?
❌ No, there is NO direct replacement for CSS
✅ But there are tools and technologies built on top of CSS
CSS is STILL the Core (Very Important)
Browser understands only:
HTML
CSS
JavaScript
So CSS cannot be replaced
Top comments (0)