unicode-element-selector.html 412 B

1234567891011121314151617
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  4. <title>Unicode tests - element selectors</title>
  5. <style>
  6. dİv {color: red}
  7. /* work around unreliable form-control rendering on Gtk+3 (see bug 1223198): */
  8. input { -moz-appearance: none; }
  9. </style>
  10. </head>
  11. <body>
  12. <div><p lang="hi">स्टार</p></div>
  13. <input disabled>
  14. </body>
  15. </html>