I am trying to create ul and li element in my codes by using javascript. I have following:
var test=document.createElement(\'section\'); test.setAttribute(\'
Use the CSS property list-style-position to position the bullet:
CSS
list-style-position
list-style-position:inside /* or outside */;