JavaScript объявляет строку в нескольких строках

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