javascript string in multiple lines

JavaScript
var html = `
  <div>
    <span>Some HTML here</span>
  </div>
`;

Source

Also in JavaScript: