mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2026-02-28 23:33:58 -06:00
new branch windows
This commit is contained in:
26
forms.php
Normal file
26
forms.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<style type="text/css">@import url("style.css");</style>
|
||||
<a href="index.php">Go back to index</a>
|
||||
| <a href="<?php echo $_SERVER["REQUEST_URI"];?>">Refresh</a>
|
||||
|
||||
<title>Forms</title>
|
||||
<h1>Forms</h1>
|
||||
|
||||
<h2>Input</h2>
|
||||
|
||||
type=text: <input type=text><br>
|
||||
type=(empty) <input><br>
|
||||
type=password: <input type=password><br>
|
||||
type=checkbox: <input type=checkbox><br>
|
||||
type=submit: <input type=submit><br>
|
||||
type=button: <input type=button value=button><br>
|
||||
|
||||
<h3>Textarea</h3>
|
||||
|
||||
<textarea cols=60 rows=6></textarea>
|
||||
|
||||
<h3>Select</h3>
|
||||
|
||||
<select>
|
||||
<option>option 1</option>
|
||||
<option>option 2</option>
|
||||
</select>
|
||||
Reference in New Issue
Block a user