File:Sample web form-ko.png
Summary
| Description |
English: A sample form in HTML and generated with Mozilla Firefox.
This form shows a combined sample of (in order from top to bottom):
|
| Date | |
| Source | Sample web form.png |
| Author | User:Orthogonal |
| Other versions |
|
Licensing
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
HTML
The following is the HTML used to create this form: <source lang="html4strict">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <FORM method="post" action="bar.php">
| 이름 | 값 |
|---|---|
| 이름 |
<input type="text" name="name" size="25"> |
| 성별 |
<input type="radio" name="sex" value="male">남성
|
| 눈색 |
<select name="eye color">
<option>청색</option>
<option>갈색</option>
<option selected>녹색</option>
<option>그 외</option>
</select>
|
| 적합한 것을 골라주세요. |
<input type="checkbox" name="height" value="1">신장 180cm 이상</input>
|
자신의 신체 능력에 대해서 써주세요.<textarea name="athletic" cols="50" rows="4"></textarea> |
|
<input type="submit" value="보내기"> |
|
</FORM>
</syntaxhighlight>
This file is uploaded through the Korean Wikipedia, which has not been reviewed on Commons.
|
Category:Uploaded from Korean Wikipedia using UploadWizard
Category:HTML Category:Webforms Category:Uploaded via Campaign:ko