Is it possible and permissible to insert the <div> tag inside the <li> several times?
<div>
<li>
You can embed <div> tags inside each other and inside <li> tags.
You can also put <li> tags in the <ul> or <ol> tags that are inside the <div> tags.
<ul>
<ol>