“Treść tekstowa HTML Nowa linia” Kod odpowiedzi

Jak zrobić nową linię w akapicie HTML

<p>
Will Mateson<br />
Box 61<br />
Cleveland, Ohio<br />
</p>
Shy Stork

Treść tekstowa HTML Nowa linia

//setting this css style solving problem with new line in textContent
h1.setAttribute('style', 'white-space: pre;');

//add \r\n in text everywhere You want for line-break (new line)
h1.textContent = "this is line one  \r\n and this is line 2";
Friendly Hawk

Odpowiedzi podobne do “Treść tekstowa HTML Nowa linia”

Pytania podobne do “Treść tekstowa HTML Nowa linia”

Więcej pokrewnych odpowiedzi na “Treść tekstowa HTML Nowa linia” w HTML

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu