Skip to content

Instantly share code, notes, and snippets.

@myns
Last active January 10, 2019 13:16
Show Gist options
  • Save myns/25f7dea3b452b901f123f038e6199bc8 to your computer and use it in GitHub Desktop.
Save myns/25f7dea3b452b901f123f038e6199bc8 to your computer and use it in GitHub Desktop.
Düz HTML Saya Örneği
<!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