<!DOCTYPE html>
<html>
<head>
<link data-require="ionic@1.0.0-rc.2" data-semver="1.3.1" rel="stylesheet" href="https://code.ionicframework.com/1.3.1/css/ionic.min.css" />
<link rel="stylesheet" href="style.css" />
<script src="script.js"></script>
</head>
<body>
<br>
Form in ionic framework
<br>
<div class="list">
<label class="item item-input item-stacked-label">
<span class="input-label">User Name</span>
<input type="text" placeholder="Enter name here.">
</label>
<label class="item item-input item-stacked-label">
<span class="input-label">User ID</span>
<input type="number" placeholder="Enter id here.">
</label>
</div>
</body>
</html>
// Code goes here
/* Styles go here */