Computer Science, asked by Vishurj2638, 10 months ago

Explain the syntax of CSS.

Answers

Answered by Anonymous
3

Answer:

A CSS rule-set consists of a selector and a declaration block: The selector points to the HTML element you want to style. The declaration block contains one or more declarations separated by semicolons.

..

Answered by dramaqueen09200
14

Explanation:

•Selector − A selector is an HTML tag at which a style will be applied. This could be any tag like <h1> or <table> etc.

•Property − A property is a type of attribute of HTML tag. Put simply, all the •HTML attributes are converted into CSS properties. ...

•Value − Values are assigned to properties.

Similar questions