Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<html>
<head>
<style>
li {
list-style-position: inside;
}
</style>
</head>
<body>
<ul>
<li>Test (inside).</li>
</ul>
</body>
</html>