Basic HTML and HTML5: Add a Submit Button to a Form | freeCodeCamp

preview_player
Показать описание
The submit button is an important tool for transferring information from your HTML page. In this lesson, we go over how to build a button using HTML and set that button's type. Submit buttons are especially useful on the web so this is a valuable step in your process of learning to code.
Рекомендации по теме
Комментарии
Автор

<button type= "submit">Submit</button>
Ok so am I just really tired or what? What's wrong with my code?

neonkurls
Автор

i managed to write this: <button My problem was my typo with the S, i wrote types not type. Maybe it helps someone out there

istephano
Автор

mine says there should be a button in ur form and doesnt work

Menstylogy