Anchor tag not working inside List Item
问题 https://jsfiddle.net/1exbczjy/ <body> <section class="main"> <form class="search" action=""> <input type="search" id ="searchit" placeholder="search.." /> <ul class="results" id="searchlist"> </ul> </form> </section> </body> This is a demo of the code that I am trying to run , my original code contains js file which is dynamically populating my ul class using the innerHTML function but the output is same as the dummy list data I have provided. I am not able to understand why my list tag does