Ques:- How does a simple CSS style rule look ?
Asked In :-
Heritage School, Cranbrook Schools, Connecting The Dots, mcmaster university, durham district school board, simcoe county district school board, aiub, gofluent, kdu university college, thapar university,
Right Answer:
A simple CSS style rule looks like this:
```css
selector {
property: value;
}
```
For example:
```css
h1 {
color: blue;
}
```
A simple CSS style rule looks like this:
```css
selector {
property: value;
}
```
For example:
```css
h1 {
color: blue;
}
```