WebEngage interview question

Does CSS works ltr or rtl?

Interview Answers

Anonymous

Aug 29, 2018

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

2

Anonymous

Jun 4, 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