diff --git a/docs/css/introduction/what-is-css.md b/docs/css/introduction/what-is-css.md index b5030cb..b4e587e 100644 --- a/docs/css/introduction/what-is-css.md +++ b/docs/css/introduction/what-is-css.md @@ -33,11 +33,13 @@ keywords: css tutorial for beginners 2025, css tutorial for learning, ] +hide_table_of_contents: true --- In this tutorial, you will learn what is CSS, why it is used, and how it works. CSS is a style sheet language that is used to describe the look and formatting of a document written in HTML or XML. It allows you to style web pages and user interfaces, making it easier to create visually appealing and responsive websites. CSS is an essential tool for web developers and designers, and it is used by millions of websites around the world. +
## What is CSS @@ -111,4 +113,4 @@ In this example, we have applied styles to the heading and paragraph elements us ## Conclusion -In this tutorial, you learned what is CSS, why it is used, and how it works. CSS is a style sheet language that is used to describe the look and formatting of a document written in HTML or XML. It allows you to style web pages and user interfaces, making it easier to create visually appealing and responsive websites. CSS is an essential tool for web developers and designers, and it is used by millions of websites around the world. \ No newline at end of file +In this tutorial, you learned what is CSS, why it is used, and how it works. CSS is a style sheet language that is used to describe the look and formatting of a document written in HTML or XML. It allows you to style web pages and user interfaces, making it easier to create visually appealing and responsive websites. CSS is an essential tool for web developers and designers, and it is used by millions of websites around the world.