We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 433a235 commit 308dc6dCopy full SHA for 308dc6d
user-input-with-forms/studio/index.html
@@ -13,7 +13,26 @@
13
<body>
14
15
<form id="searchForm">
16
+ <input type="text" name="q">
17
<!-- TODO: add form elements -->
18
+ <label>
19
+ <input type="radio" name="engine" value="google">
20
+ Google
21
+ </label>
22
23
+ <input type="radio" name="engine" value="bing">
24
+ Bing
25
26
27
+ <input type="radio" name="engine" value="duckduckgo">
28
+ DuckDuckGo
29
30
31
+ <input type="radio" name="engine" value="ask">
32
+ Ask
33
34
+
35
+ <button type="submit">Go!</button>
36
</form>
37
38
</body>
0 commit comments