Computer Science, asked by suntrading533, 11 months ago

Syntax for CSS what is a what is the syntax for CSS ​

Answers

Answered by dheeraj4290
4

Answer:

The selector points to the HTML element you want to style. The declaration block contains one or more declarations separated by semicolons. Each declaration includes a CSS property name and a value, separated by a colon.

example :- color , size , alignment etc..

HOPE IT HELPS...!!

Answered by deepaksoni26
3

#IdOfElement {

width: 100px;

height: 100px;

}

Similar questions