6 lines
191 B
HTML
6 lines
191 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<input type="number" style="width: 100px; -moz-appearance: textfield; text-decoration: underline; box-sizing: border-box;" value="1234">
|
|
</body>
|
|
</html>
|