I am working on website where i have to put information so I am using a list inside a paragraph but after the list name the text moves to another line. I want to start a paragraph after the list.I have attached the output and my target.The output Output The target Target
<div class="history">
<h1 class="h-history">History</h1>
<p class="p">It was established in 1879....</p>
<h1 class="h-history">Areas and attractions</h1>
<p class="p"><li>Elephant House</li>is the first....</p>
</div>