InterviewSolution
Saved Bookmarks
| 1. |
Where We Can Apply Filters And Transitions Property? |
|
Answer» Filters and Transitions can be applied to all block-level elements such as DIV or p.They can be applied to an inline-level element such as strong or em, HOWEVER ,only if the element has its height or width CSS property SET. Filters and Transitions can be applied to all block-level elements such as div or p.They can be applied to an inline-level element such as strong or em, however ,only if the element has its height or width CSS property set. |
|