<!DOCTYPE html> <html> <body> <ul style="list-style-position:inside;"> <li>The position of this list is inside. The position of this list is inside. The position of this list is inside.</li> <li>The position of this list item is inside. The position of this list is inside. The position of this list is inside.</li> </ul> <ul style="list-style-position:outside;"> <li>The position of this list is outside. The position of this list is outside. The position of this list is outside.</li> <li>The position of this list item is outside. The position of this list is outside. The position of this list is outside.</li> </ul> </body> </html>
Run
×
Share