Last active
January 10, 2019 13:16
-
-
Save myns/25f7dea3b452b901f123f038e6199bc8 to your computer and use it in GitHub Desktop.
Düz HTML Saya Örneği
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
<!DOCTYPE html> | |
<head> | |
<meta charset="utf-8"> | |
</head> | |
<body> | |
<div id='root'> | |
<div id='sayfam'> | |
<label id='etiket1' for='kutucuk1'>Adınız</label> | |
<input id='kutucuk1' type='text'> </input> | |
<button id='dugmecik1' type'button'>Kaydet</button> | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment