1.

What are the limitations of CSS?

Answer»

Disadvantages of CSS are given below:

  • Browser COMPATIBILITY: Some style selectors are SUPPORTED and some are not. We have to DETERMINE which style is supported or not using the @support selector).
  • CROSS Browser issue: Some selectors behave differently in a different browser).
  • There is no PARENT selector: Currently, Using CSS, you can’t select a parent tag.


Discussion

No Comment Found