var el = document.getElementById('makeform'); html_form = 'Nom : '; html_form += 'Pénom : '; html_form += 'Adresse e-mail : '; html_form += 'Téléphone : '; html_form += 'Message (facultatif) : '; html_form = '
' + html_form + '

'; el.innerHTML = html_form;