Skip to content
Snippets Groups Projects
Commit 1ab725c0 authored by Kevin Lyda's avatar Kevin Lyda :speech_balloon:
Browse files

Change input type to number.

parent c651ad68
Branches
No related tags found
No related merge requests found
......@@ -9,7 +9,8 @@
<p>
<span style="white-space:nowrap;"><span style="font-size:larger;"
>&#8731;</span><span id=cube style="text-decoration:overline;">
</span>&nbsp;=&nbsp;<input type=text id=cuberoot value="" size=2>
</span>&nbsp;=&nbsp;
<input type=number id=cuberoot value="" min=10 max=99>
</span>
</p>
<p id=result></p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment