Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- <!DOCTYPE html>
- <html lang="en-PH">
- <head>
- <meta charset="UTF-8">
- <title>Title</title>
- </head>
- <body>
- <form>
- <label>
- <span>Hello</span>
- <select name="hello">
- <option>Foo</option>
- <option>Bar</option>
- <option selected>Baz</option>
- </select>
- </label>
- <button type="submit">Submit</button>
- </form>
- </body>
- </html>
|