Communities

(DEV) Codidact Meta
(DEV) Codidact Meta
(DEV) Writing
(DEV) Writing
Proposals
Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

50%
+0 −0
Q&A Testing HTML with RTL direction

This HTML: <span dir="rtl">מתודת document.write()</span> Is rendered as: מתודת document.write() And this: <p dir="rtl">מתודת document.write()</p> Is rendered as:...

0 answers  ·  posted 2y ago by hkotsubo‭  ·  edited 2y ago by hkotsubo‭

Question test html markdown
#3: Post edited by user avatar hkotsubo‭ · 2021-10-06T11:43:15Z (over 2 years ago)
  • This HTML:
  • ```
  • <span dir="rtl">מתודת document.write()</span>
  • ```
  • Is rendered as:
  • <span dir="rtl">מתודת document.write()</span>
  • This HTML:
  • ```
  • <span dir="rtl">מתודת document.write()</span>
  • ```
  • Is rendered as:
  • <span dir="rtl">מתודת document.write()</span>
  • ---
  • And this:
  • ```html
  • <p dir="rtl">מתודת document.write()</p>
  • ```
  • Is rendered as:
  • <p dir="rtl">מתודת document.write()</p>
#2: Post edited by user avatar hkotsubo‭ · 2021-10-06T11:42:34Z (over 2 years ago)
  • This HTML:
  • ```
  • <div dir="rtl">מתודת document.write()</div>
  • ```
  • Is rendered as:
  • <div dir="rtl">מתודת document.write()</div>
  • This HTML:
  • ```
  • <span dir="rtl">מתודת document.write()</span>
  • ```
  • Is rendered as:
  • <span dir="rtl">מתודת document.write()</span>
#1: Initial revision by user avatar hkotsubo‭ · 2021-10-06T11:32:02Z (over 2 years ago)
Testing HTML with RTL direction
This HTML:

```
<div dir="rtl">מתודת document.write()</div>
```

Is rendered as:

<div dir="rtl">מתודת document.write()</div>