最終更新
...
<div data-role="page" id="TopPage">
<header data-role="header" data-position="fixed">
<h1>BirthYear App</h1>
</header>
<section data-role="content">
What's your name?
<input type="text" id="myname" class="input-text" style="width: 40%">
How old are you?
<input type="text" id="myage" class="input-text" style="width: 20%">
<a class="button" onclick="calculate();">calculate your birth year!</a>
</section>
</div>
...