ES6 Template Literals(multi-line) by Jacob King June 25, 2025 JavaScript const html = ` <div> <h1>Hello</h1> </div> `;