Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
input {
-moz-appearance: none;
}
</style>
</head>
<body>
<input value='142'><br>
<input value='142'><br>
<input value='142'><br>
<input value='142'><br>
<input value='142'><br>
<form>
<input value='142'>
</form>
<!-- div to cover spin box area for type=number to type=text comparison -->
<div style="display:block; position:absolute; background-color:black; width:200px; height:400px; top:0px; left:100px;">
</body>
</html>