Return to Snippet

Revision: 23655
at February 10, 2010 15:09 by Monferno


Initial Code
<form id="form" name="form" action="">
    <table width="auto">
        <tr>
            <td>Name: </td>
            <td><input type="text" name="name" /></td>
        </tr>
        <tr>
            <td>Content: </td>
            <td><textarea name="content" rows="30" cols="60"></textarea>
        </tr>
    </table>
</form>

Initial URL


Initial Description


Initial Title
Basic HTML Form

Initial Tags
form, html, xhtml

Initial Language
HTML