Jquery – can't add new line after tag input type file in javascript
please tell me how to add br tag or new line between input tag with file type. my html <input type="button" class="btn btn-outline-success form-control mr-sm-2" style="margin-left: 90%;" id="addPicture" value="Add Picture" onclick="addPicture();"/> <table id="table_target"> <tbody id="body"> <tr> <td> <nav class="navbar navbar-expand-lg…