html
html
<h1>Calculator</h1>
<span id="result"></span>
</div>
<ul role="directory">
</ul>
<form action="">
<fieldset>
<legend>Login form</legend>
<div>
</div>
<div>
</div>
</fieldset>
<form action="">
<fieldset>
<legend>Login form</legend>
<div>
</div>
<div>
</div>
</fieldset>
</form>
<table role="grid">
<thead>
</thead>
<tbody>
<tr>
<td>65</td>
</tr>
<tr>
<th role="rowheader">Day 2</th>
<td>74</td>
</tr>
</tbody>
</table>
<ul role="tree">
<li role="treeitem">
Part 1
<ul>
</ul>
</li>
<li role="treeitem">
Part 2
<ul>
</ul>
</li>
<li role="treeitem">
Part 3
<ul>
</ul>
</li>
</ul>