element_input.htm 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <html>
  2. <head>
  3. <meta charset="utf-8" />
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <meta name="description" content="" />
  7. <meta name="author" content="Maxim Sokhatsky" />
  8. <title>INPUT</title>
  9. <link rel="stylesheet" href="https://synrc.space/synrc.css" />
  10. </head>
  11. <body>
  12. <nav>
  13. <a href='https://n2o.space'>SPEC</a>
  14. <a href='https://o7.n2o.space'>O7</a>
  15. <a href='../index.html'>NITRO</a>
  16. </nav>
  17. <header>
  18. <a href="../index.html"><img src="https://n2o.space/img/Synrc Neo.svg"></a>
  19. <h1>INPUT</h1>
  20. </header>
  21. <main>
  22. <section>
  23. <h3>ERLANG</h3>
  24. <figure><code>
  25. #input { id=userName, body= <<"Anonymous">> },
  26. </code></figure>
  27. </section>
  28. <section>
  29. <h3>HTML5</h3>
  30. <figure><code>
  31. &lt;input value="Anonymous" id="userName" type="text"/&gt;
  32. </code></figure>
  33. </section>
  34. </main>
  35. <footer>
  36. 2005&mdash;2019 &copy; Synrc Research Center
  37. </footer>
  38. </body>
  39. </html>