1234567891011121314151617 |
- <html xmlns="http://www.w3.org/1999/xhtml">
- <body style="direction: rtl;">
- <form style="display: -moz-deck; width: 1em;">
- <fieldset>
- <legend>Your name</legend>
- <input type="text" name="name" size="20"/>
- </fieldset>
- <fieldset>
- <legend>Your E-mail address</legend>
- <input type="text" name="email" size="25"/>
- </fieldset>
- </form>
- </body>
- </html>
|