38 HTML & CSS input type submit & reset

כללי / תכנות כללי 101 צפיות 02/10/2022
פתח ב-YouTube

דרג סרטון זה

התחבר כדי לדרג

תיאור

input elements of type submit are rendered as buttons. When the click event occurs (typically because the user clicked the button), the user agent attempts to submit the form to the server. input elements of type reset are rendered as buttons, with a default click event handler that resets all of the inputs in the form to their initial values.

#Web School 26