Source code

Revision control

Copy as Markdown

Other Tools

<html>
<head>
<meta charset="utf-8" />
<title>Forms</title>
<meta name="viewport" content="minimum-scale=1,width=device-width" />
</head>
<body>
<form id="form1">
<input type="text" id="user1" placeholder="username" />
<input type="password" id="pass1" placeholder="password" />
<input type="submit" value="submit" />
</form>
</body>
</html>