| <html> | |
| <body> | |
| <p>Welcome to my example page!</p> | |
| <img> | |
| <div>Lengthy instructions on filling out the form.</div> | |
| <div>Imagine hundreds of nodes that are simple content...</div> | |
| <form> | |
| <div> | |
| <label for="name">Enter your name: </label> | |
| <input type="text" id="name"> | |
| </div> | |
| <div> | |
| <label for="email">Enter your email: </label> | |
| <input type="email" id="email"> | |
| </div> | |
| <button value="Subscribe!">Subscribe!</button> | |
| </form> | |
| </body> | |
| </html> |