378413-1.xhtml 353 B

1234567891011121314151617
  1. <html xmlns="http://www.w3.org/1999/xhtml">
  2. <body style="direction: rtl;">
  3. <form style="display: -moz-deck; width: 1em;">
  4. <fieldset>
  5. <legend>Your name</legend>
  6. <input type="text" name="name" size="20"/>
  7. </fieldset>
  8. <fieldset>
  9. <legend>Your E-mail address</legend>
  10. <input type="text" name="email" size="25"/>
  11. </fieldset>
  12. </form>
  13. </body>
  14. </html>