I have the following code inside my razor view inside an Asp.Net MVC core web application:-
<td><input asp-for="b1" type="text" class="form-control">%</td>
where the % sign will be shown on a new line, so can i show the % and the input field beside each other on the same line?