input type= file bootstrap code example
Example 1: input with bootstrap
<form>
<div class="form-group">
<label for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control">
<small id="emailHelp" class="form-text text-muted">Hello, World</small>
</div>
</form>
Example 2: custom-file-input bootstrap 5
custom-file-input