XHTML/ CSS - Submitting Forms

You can create a button for your forms that will allow the user to submit them to the site for use. It is another kind of form and here it is:

<input type = "submit" value ="Submit!"/>

This will have a button with the word Submit! on it.

The <form action ="" method = ""> tag will take whatever data you had the user submit and do things with it. 

Method action sends the data in a certain way, but we'll get there later. 

https://www.youtube.com/watch?v=veKHw125UJs&index=23&list=PLC1322B5A0180C946

Comments

Popular posts from this blog

Python 3.4 - Caesar Cipher

UML - Use Case Diagram