<!--If you want a ul with li you need to write ul>li. If you want to add more li, add *N (n can be any number.)--> <!--Exapmle:ul>li*5=--> <ul> <li> </li> <li> </li> <li> </li> <li> </li> <li> </li> </ul>