“html adicione nova linha no alerta JS” Respostas de código

html adicione nova linha no alerta JS

alert("Text you want on first line. \n Text you want on next line");
//can use back-to-back "\n" to add additional spacing between lines
Michael Futral

Nova linha em alerta de JavaScript

//alert function is used to prompt alert box 
//inside the quotes we write string to display 
//use \n to enter new line
alert("John\nJames\nSteve");
JavascriptNinja

Respostas semelhantes a “html adicione nova linha no alerta JS”

Perguntas semelhantes a “html adicione nova linha no alerta JS”

Mais respostas relacionadas para “html adicione nova linha no alerta JS” em JavaScript

Procure respostas de código populares por idioma

Procurar outros idiomas de código