This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| webseite:html:form [2014/05/27 15:27] – lunetikk | webseite:html:form [2018/12/20 17:45] (current) – Discussion status changed lunetikk | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Basics ===== | ===== Basics ===== | ||
| - | ^Code^What it does^ | + | ^ Code ^ |
| | %%<form action=" | | %%<form action=" | ||
| | %%<input type=" | | %%<input type=" | ||
| - | | | + | | |
| - | %%<option selected value=""></ | + | <select name=" |
| - | %%<option value=" | + | <option selected value=""></ |
| - | %%<option value=" | + | <option value=" |
| - | %%<option value=" | + | <option value=" |
| - | %%</ | + | <option value=" |
| + | </ | ||
| + | | <input required type=" | ||
| + | | <input type=" | ||
| + | | <input type=" | ||
| + | | <input type=" | ||
| ===== Code example ===== | ===== Code example ===== | ||
| + | <code html form.html> | ||
| + | <form action=" | ||
| + | Status:< | ||
| + | <select name=" | ||
| + | <option selected value=""></ | ||
| + | <option value=" | ||
| + | <option value=" | ||
| + | <option value=" | ||
| + | </ | ||
| + | Date(YYYY-MM-DD): | ||
| + | |||
| + | Time(HH: | ||
| + | Place: < | ||
| + | |||
| + | Text: < | ||
| + | |||
| + | <input type=" | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | See [[webseite: | ||
| + | |||
| + | \\ | ||
| + | \\ | ||
| + | ~~DISCUSSION: | ||