Note that there are some explanatory texts on larger screens.

plurals
  1. POhow to show line by line text in div in HTML
    primarykey
    data
    text
    <p>I have html page with text div i want that text should be display line by line when page is loaded.I have tried many tutorial but not getting how to do this </p> <p>I have edited code now it work fine but it gets on all text one time in slide i want a break after every text of div.</p> <pre><code> &lt;div class="text_paragraph"&gt; &lt;marquee direction="down" behavior="slide"&gt; &lt;p&gt;Bovine Respiratory Disease (BRD) is the leading cause of economic loss in the beef industry. &lt;small&gt;1, 2&lt;/small&gt; &lt;/p&gt; &lt;/marquee&gt; &lt;/div&gt; &lt;div class="text_paragraph_1"&gt; &lt;marquee direction="down" behavior="slide"&gt; &lt;b&gt;Economic loss:&lt;/b&gt; &lt;ul&gt;&lt;li&gt;Costs the industry an estimated $1 billion each year. &lt;small&gt;3, 4&lt;/small&gt;&lt;/li&gt; &lt;li&gt;Losses can be attributed to death, reduced feed and treatment costs.&lt;small&gt;3,4&lt;/small&gt;&lt;/li&gt; &lt;li&gt;Economic losses range from an estimated $57.48 to $239.69 per head. &lt;small&gt;1, 2&lt;/small&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/marquee&gt; &lt;/div&gt; &lt;div class="text_paragraph_2"&gt; &lt;marquee direction="down" behavior="slide"&gt; &lt;b&gt;Bacterial Culprits:&lt;/b&gt; &lt;p&gt;Four bacterial pathogens are commonly associated with BRD. &lt;/p&gt; &lt;ul&gt;&lt;li&gt;Mannheimia haemolytica&lt;/li&gt; &lt;li&gt;Pasteurella multocida&lt;/li&gt; &lt;li&gt;Histophilus somni&lt;/li&gt; &lt;li&gt;Mycoplasma bovis &lt;/li&gt;&lt;/ul&gt; &lt;/marquee&gt; &lt;/div&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload