Page Nav

HIDE

Grid

GRID_STYLE

What Is CSS? – Learn CSS in 10 minutes

  Hello friends, today we will learn  What is CSS ,  What is the full form of CSS ,  What is the type of CSS style . Answers to all such que...

 


Hello friends, today we will learn What is CSSWhat is the full form of CSSWhat is the type of CSS style. Answers to all such questions about CSS and much other useful information, Hope this information will work for you.

What is CSS in HTML

CSS is a language that allows us to give an attractive appearance to an HTML document. As we have known in our previous article (What is HTML) and what does it work for, where we shape a webpage with HTML, with CSS we give that page an attractive look.

We need a text editor (such as NotepadSublimeVisual Code Studio, etc.) to write CSS and the changes made in the webpage are visible on the web browser.

The full name of CSS is cascading style sheet, and it was developed by W3C in 1996. Which is used to beautify documents written in a markup language, including layout, colors, and fonts, etc. CSS can also be used with any type of XML documents, including XML, SVG, and XUL.

Types of CSS

  • Inline Styles Sheet
  • Internal Style Sheet
  • External Style Sheet

Features of CSS

Pages Load Faster

If we use CSS, we do not need to add attributes to each tag to style HTML elements. If we want to give the same style to any HTML elements, we can easily style it together in a CSS file, thus reducing our HTML code significantly, which makes our web page load faster.

CSS Saves lots of time

The great feature of CSS is that by using CSS we can save a lot of time. Because we can use the same CSS file on multiple HTML pages.

Easy Maintenance

As we have read above we can code for multiple web pages using the same style sheet, so if we need to change the design of all our web pages, we have to update the code in the same file This will automatically update the design of our entire website.

Animations and Transitions

Using Animations and Transitions in CSS, we can make our website even more attractive.

We hope you liked this article (What is CSS). You must keep your thoughts about this in the comment below and share this article with your friends.



No comments