Question d’entretien chez WebEngage

Does CSS works ltr or rtl?

Réponses aux questions d'entretien

Utilisateur anonyme

29 août 2018

yes ! it is p.rtl { direction: rtl; }

2

Utilisateur anonyme

4 juin 2019

CSS works as both ltr and rtl. In default it works as left to right. We need to specify rtl as property to an element, class or id if we want to work it from right to left.

1