Computer Science, asked by harsanjamkaur4, 16 days ago

what is proper syntax to create a string in CSS
var str=string()
var str[]=string()
var str'[10]=string()
var str=new string()​

Answers

Answered by renusankar
1

Answer:

A CSS Syntax rule consists of a selector, property, and its value. The selector points to the HTML element where CSS style is to be applied. The CSS property is separated by semicolons. It is a combination of selector name followed by the property: value pair that is defined for the specific selector.

Similar questions