JavaScript déclare la chaîne en plusieurs lignes

let html = `
  <div>
    <span>Some HTML here</span>
  </div>
`;
Sorann