removing input box border code example
Example 1: html input box no border
border-width:0px;
border:none;
outline:none;
Example 2: how to remove onclick input border
outline:none
border-width:0px;
border:none;
outline:none;
outline:none