Line Breaks
بازگشت به صفحه اصلی
بازگشت به صفحه مقاله
دو ستونی
دو سطری
اجرای کد RUN »
<!DOCTYPE html> <html> <body> <h2>JavaScript</h2> <p>Line-breaks in a popup box.</p> <button onclick="alert('Hello\nHow are you?')">Try it</button> </body> </html>