Right to left language support for Arabic Langugage

I am trying to build an Arabic legal translator website and need complete right to left support. Anyone can guide me if this feature is available in 000webhost.

Thanks in advance.

In order to make your text go right to left, you just need to include dir in your tags, like below.

<p dir="rtl">This is a paragraph.</p>

This is a paragraph.

<head dir="rtl">This is a heading.</head>

This is a heading.

<title dir="rtl">This is a title.</title>

This is a title.