Skip to content

Instantly share code, notes, and snippets.

@muhammedzaimtr
Last active January 27, 2018 09:03
Show Gist options
  • Save muhammedzaimtr/e0481ecab5974c186df85c92eafa10da to your computer and use it in GitHub Desktop.
Save muhammedzaimtr/e0481ecab5974c186df85c92eafa10da to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>irem</title>
</head>
<body>
<h1 style="color:red;"><center>header1</center></h1>
<p>uzunca bir paragraf</p>
<form action="">
<input type="username" placeholder="username"> <br>
<input type="password" value="password"> <br>
<textarea name="textarea" id="" cols="30" rows="10" placeholder="textarea"></textarea> <br>
<button value="send" type="send" name="send">send</button> <br>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment