WebEngage interview question

Does CSS works ltr or rtl?

Interview Answers

Anonymous

29 Aug 2018

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

2

Anonymous

4 June 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