Log in

View Full Version : What are the limitations of CSS ?



spobitsseo
07-14-2017, 01:33 AM
What are the limitations of CSS ?

dennis123
07-15-2017, 01:53 AM
Limitations are:
Ascending by selectors is not possible
Limitations of vertical control
No expressions
No column declaration
Pseudo-class not controlled by dynamic behavior
Rules, styles, targeting specific text not possible

Alicelyttleton
07-18-2017, 02:12 AM
One of the limitation is that you cannot define variables, functions or perform any arithmetic operations in it.

reckonbilling
07-18-2017, 02:46 AM
CSS stands for Cascading Style Sheets, it is a language used for styling HTML elements.

It has various limitations as a programming language, a few of them are as follows:

it cannot perform any logical operations like if/else, for/while, +/-, etc
You cannot read your files using CSS.
Unable to interact with databases.
CSS can’t request a web page.