<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type=number] {
-moz-appearance:textfield;
}
</style>
</head>
<body>
<h2>Hide Input Number Arrows</h2>
<p><strong>Note:</strong> It is still possible to increment the number when you scroll inside the number input.</p>
<input type="number" value="5">
</body>
<!-- Mirrored from www.w3schools.com/howto/tryit.asp?filename=tryhow_css_hide_arrow_number by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:38:48 GMT -->
</html>