issue131.html 449 B

1234567891011121314151617
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Issue 131</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  6. </head>
  7. <body>
  8. <h1>There is a non breaking&#160;space</h1>
  9. <pre id="foobar">Some accentués characters</pre>
  10. <form>
  11. <select name="foobar">
  12. <option value="1">Gimme some accentués characters</option>
  13. </select>
  14. <input type="submit" />
  15. </form>
  16. </body>
  17. </html>