Answer the question
In order to leave comments, you need to log in
How to make a regulak for html-lists?
<p>
There is some html code where tags can be different
instead . For example:
<p>Some text</p>
<li>first list element</li>
<li>second list</li>
<p>Some text 2</p>
<p>Some text 3</p>
<li>first list element 2</li>
<li>second list element 2</li>
<h2>header 2</h2>
<li>
to the last </li>
in the list and wrap it in <ul> </ul>
<p>Some text</p>
<ul>
<li>first list element</li>
<li>second list</li>
</ul>
<p>Some text 2</p>
<p>Some text 3</p>
<ul>
<li>first list element 2</li>
<li>second list element 2</li>
</ul>
<h2>header 2</h2>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question