element_input.htm 1.4 KB

1234567891011121314151617181920212223242526272829303132
  1. <html><head><meta charset="utf-8" /><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="description" content="" /><meta name="author" content="Maxim Sokhatsky" /><title>INPUT</title><link rel="stylesheet" href="https://n2o.dev/blank.css" /><link rel="stylesheet" href="https://n2o.dev/zima.css" /></head><body><nav>
  2. <a href="https://n2o.dev">DEV</a>
  3. <a href="https://nitro.n2o.space">NITRO</a>
  4. <a href="#" style="background:#ededed;">INPUT</a>
  5. <div class="dropdown">
  6. <a onclick="drop()" class="dropbtn">EN</a>
  7. <div id="dropdown" class="dropdown-content">
  8. <a href="https://n2o.dev/deps/nitro/man/ua/element_input.htm">UA</a>
  9. <a href="#">EN</a>
  10. </div>
  11. </div>
  12. </nav><header>
  13. <a href="../index.html"><img src="https://n2o.space/img/Synrc Neo.svg" /></a>
  14. <h1>INPUT</h1>
  15. </header><main>
  16. <section>
  17. <h3>ERLANG</h3>
  18. <figure><code>
  19. #input { id=userName, body= &lt;&lt;"Anonymous">> },
  20. </code></figure>
  21. </section>
  22. <section>
  23. <h3>HTML5</h3>
  24. <figure><code>
  25. &lt;input value="Anonymous" id="userName" type="text"/&gt;
  26. </code></figure>
  27. </section>
  28. </main><footer>
  29. 2005—2019 © Synrc Research Center
  30. </footer>
  31. <script>function drop(){document.getElementById("dropdown").classList.toggle("show");}</script>
  32. </body></html>