write a note on css with syntax
Answers
Answered by
0
Answer:
CSS - Syntax
1. Selector − A selector is an HTML tag at which a style will be applied. This could be any tag like <h1> or <table> etc.
2. Property − A property is a type of attribute of HTML tag. Put simply, all the HTML attributes are converted into CSS properties. ...
3. Value − Values are assigned to properties.
Answered by
1
Answer:
CSS - Syntax
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