Line-Breaks Pop-Up Message

<!DOCTYPE html>

<html>

<body>

<h2>JavaScript</h2>

<p>Line-breaks Example in a popup box.</p>

<button onclick="alert('Hello\nHow are you?')">Please Try for line-breaks Example</button>

</body>

</html>


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *