“HTML Text Content Line baru” Kode Jawaban

cara membuat baris baru dalam paragraf html

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

HTML Text Content Line baru

//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

Jawaban yang mirip dengan “HTML Text Content Line baru”

Pertanyaan yang mirip dengan “HTML Text Content Line baru”

Lebih banyak jawaban terkait untuk “HTML Text Content Line baru” di HTML

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya