var newTr = document.createElement('tr'); newTr.innerHTML = '<td><a href="">My Dieta</a></td>'; table.insertBefore(newTr, table.firstChild);