12.09.2015 Views

Boot Camp

Web Authoring Boot Camp - StudioBast

Web Authoring Boot Camp - StudioBast

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

something with the received input:<br />

HTML Forms<br />

<br />

Username: <br />

<br />

<br />

If you type some characters in the text field above, and click the “Submit” button, the<br />

browser will send your input to a page called “html_form_action.asp”. The page will<br />

show you the received input.<br />

Reset Button<br />

The reset button works like the submit button, except that it clears the completed form instead<br />

of sending the information.<br />

<br />

<br />

<br />

Button<br />

A general-purpose button. The element is preferred if possible (i.e. if the client<br />

supports it) as it provides richer possibilities.<br />

<br />

<br />

<br />

Image<br />

Defines an image button. The image URL may be specified with the src attribute.<br />

<br />

<br />

<br />

File<br />

A file select field (for uploading files to a server).<br />

<br />

<br />

<br />

177

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!