A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/html/attributes/dir below:

dir · WebPlatform Docs

dir Summary

Global attribute. Specifies the element’s text directionality.

dir = "ltr" or "rtl" or "auto"

Internationalization topics related to the dir attribute:

Examples

For pages in Arabic, Hebrew, Persian, Thaana, Urdu, etc. set the default direction of the page to right-to-left by including dir in the html tag.

<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
...

To make the exclamation mark appear to the left of the citation, surround the citation with markup and add a dir attribute.

<p>The title is "<span dir="rtl" lang="ar" xml:lang="ar">مفتاح معايير الويب!</span>" in Arabic.</p>

View live example

Notes Remarks

Unless explicitly set, the dir property has no return value when accessed in script. The property does not affect alphanumeric characters in Latin documents. These characters always render ltr. However, the property does affect punctuation characters in Latin documents. For example, punctuation marks such as periods and question marks render to the left of a sentence when the dir property is set to rtl. The real benefit of this attribute is when using rtl languages such as Arabic and Hebrew. These can be some of the most challenging languages to write HTML with especially because html in itself is a left-to-right programming language.

For more information see the following links:

Syntax See also Related pages Attributions

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4