---
title: "Describe the rules in style sheets?"  
description: "Describe the rules in style sheets?"  
author: "AVADHESH PATEL"  
published: 2013-05-03  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/1715/describe-the-rules-in-style-sheets  
category: "css-css3"  
tags: ["css-css3"]  
reading_time: 1 minute  

---

# Describe the rules in style sheets?

In style sheets, a big list of rules is defined. Every rule contains declaration block and selectors. Declaration block contains declarations which are defined and separated using semicolon in curly braces. Additionally, every declaration has a property, colon and a semicolon.

## Answers

### Answer by AVADHESH PATEL

In style sheets, a big list of rules is defined. Every rule contains declaration block and selectors. Declaration block contains declarations which are defined and separated using semicolon in curly braces. Additionally, every declaration has a property, colon and a semicolon.


---

Original Source: https://www.mindstick.com/interview/1715/describe-the-rules-in-style-sheets

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
