summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-its/allowedcharacters/html/allowedcharacters3html.html
blob: 39e2c970f683ff0b74bd251ecf82a3eddf604b51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8"/>
    <title>Example</title>
    <link href="allowedcharacters3htmlrules.xml" rel="its-rules"/> 
  </head>
  <body>
    <p>Login names can only use letters from A to Z (upper or lowercase)
    and the character underscore (_) and minus (-).
    For example: <code id="name">Huck_Finn</code>.</p>
  </body>
</html>