HTML
Hypertext Markup Language
HTML is the language of the web! It's goal is to send information to the web browser which it can use to render a web-page. HTML is supposed to be the What
, and CSS is the How
.
The best way to learn an debug HTML and CSS is using the Development Tools.
Forms §1
Forms are one of the fundamental building blocks for getting inputs from the user. They work by collecting a information in different named input boxes, which is then ?? to the server.
Please check out https://www.w3schools.com/html/html_forms.asp
Learning §2
To learn html you can follow any of the many online tutorials: