easyvalidation attrs required pattern
What does the following code create?
<input type="password" name="pass">Read the full question →Semantics, forms, accessibility: markup that holds up.
Difficulty mix: 6 easy, 3 medium and 1 hard. The questions are drawn from the HTML library at the moment you start, so sitting the test twice does not give you the same paper.
46 HTML topics are in scope. These are the real topic labels on the questions.
Six real HTML questions from the same pool, snippet included. The answer options and explanations are not shown here. Those come after you attempt them.
<input type="password" name="pass">Read the full question →<button type="button">Click Me</button>Read the full question →<p>This is <em>emphasized</em> text.</p>Read the full question →<p>This is <b>bold</b> text.</p>Read the full question →<ul>\n <li>Item 1</li>\n <li>Item 2</li>\n</ul>Read the full question →<ul>\n <li>Item 1</li>\n <li>Item 2\n <ul>\n <li>Subitem</li>\n </ul>\n </li>\n</ul>Read the full question →Prefer to pick your own questions? Browse all HTML questions. See the other 10 tests.