HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <form action="/text-area.php" id="myForm"> <textarea cols="30" rows="4" dirname="direction.dir" name="desc"></textarea> <input type="submit"> </form> <p><strong>Note : </strong> Please check the submitted url in the developer tools under 'Network' section. It looks as follows</p> <p>https://wikimass.com/text-area.php?desc=myText&<span style="color:red">direction.dir=ltr</span></p> <p>Try to put dir="rtl" in the textarea attribute section and submit to see the change in your submitted <strong>URL</strong>.</p> </body> </html>
OUTPUT
×

Save as Private