tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

option-label-ref.html (315B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>OPTION's label attribute in SELECT (reference)</title>
      4 <link rel="help" href="https://html.spec.whatwg.org/multipage/rendering.html#the-select-element-2">
      5 
      6 <select>
      7  <option>Label Text</option>
      8 </select>
      9 <br/>
     10 <select size="4">
     11  <option>Label Text</option>
     12 </select>