Code
Execute
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
html tutorial - html5 - html code - html form - In 30Sec by Microsoft Award MVP - | wikitechy HTML dir Attribute
<
/title
>
<
/head
>
<
body
>
<
p
dir
="rtl"
>
Welcome to Wikitechy.com
<
/p
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <head> <title>html tutorial - html5 - html code - html form - In 30Sec by Microsoft Award MVP - | wikitechy HTML dir Attribute</title> </head> <body> <p dir="rtl">Welcome to Wikitechy.com</p> </body> </html>
Result