Created
March 21, 2011 20:45
-
-
Save zaman/880189 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<h2> Denemeler</h2> | |
<ol> | |
<li>coffee</li> | |
<li>coffee</li> | |
<li>coffee</li> | |
<ol> | |
<li>hmmm</li> | |
<li>hmmm</li> | |
<li>hmmm</li> | |
<ol> | |
<li>ewt</li> | |
<li>ewt</li> | |
<li>ewt</li> | |
</ol> | |
</ol> | |
</ol> | |
<a href="sayus.html" > <b>sayzus<</b></a> | |
<img src="EkranGoruntusu.png" alt= "xxxxxxxxx" width ="555"> | |
<map name="koordinat"> | |
<area shape="rect" coords= "0,0,56,56" alt=> | |
</map> | |
<form> | |
First name:<input type="text" name="firstname"/><br /> | |
last name:<input type="text" name="secondname"/> | |
</form> | |
<form> | |
<input type="radio" name="sex" value="male" /> Male <br /> | |
<input type="radio" name="sex" value="female" /> Female <br /> | |
</form> | |
<form> | |
<input type="checkbox" name="vehicle" value="Bike" /> I have a bike <br /> | |
<input type="checkbox" name="vehicle" value="Bike" /> I have a lot of bike <br /> | |
</form> | |
<form> | |
sifre:<input type="password" name="firstname"/><br /> | |
</form> | |
<form name="input" action "html_form_action" method="get"> | |
<input type="radio" name="sex" value="male" /> Male <br /> | |
<input type="submit" value="Submit" /> | |
</form> | |
<select> | |
<option>x</option> | |
<option>y</option> | |
<option>z</option> | |
</select> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment