The fundamental truth is that a website isn't just a brochure for you to read. For the web to be useful, it needs a way to collect information from the user and send it back to the server.
Without this, you couldn't log in, search for a video, buy a product, post a comment, or send a message. The web would be a read-only library.
How do we create a standardized, reliable system to:
The logical solution to this entire problem is the HTML <form>.
This is the most common form tag. It's a self-closing tag that creates an input field. Its behavior changes based on its type attribute.
The most basic type is text.
<input type="text">