This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.

Smartphone icons created by Freepik - Flaticon

JavaScript Strings

You can break a code line within a text string with a backslash.

document.getElementById("demo").innerHTML = "Hello \
Dolly!";