tor-browser

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

first-line-and-placeholder-ref.html (158B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <style>
      4 input::placeholder {
      5    color: red;
      6 }
      7 </style>
      8 <form>
      9  <input placeholder="this text should be red">
     10 </form>