I would like to ask, what is the difference between creating html through document.createElement ("li") and through innerHtml ="
also, if I created the element through createElement, can I empty it directly through innerHtml ="";?
for example, insert li? into ul