Basically this tutorial teaches you to always place inside of a .
Key thing to remember if your isn’t inside of a then it’s not coded to standard.
to summarize, element collects data from the user, element organizes all that data, and the action="" attribute, on the element tells the program where you want that data to be sent.
basically this tutorial teaches you to always place inputs inside of a form element.
key thing to remember if your input isn’t inside of a form element, then it’s not coded to standard.
to summarize, an “input” element collects data from the user, the “form” element organizes all that data, and the “action=”" " attribute on the “form” element tells the program where you want that data to be sent.