x
<html>
<head>
<style>
div{display:list-item;}
</style>
</head>
<body>
<ul>
<div>List item1</div>
<div>List item1</div>
<div>List item1</div>
</ul>
</body>
</html>
<html>
<head>
<style>
div{display:list-item;}
</style>
</head>
<body>
<ul>
<div>List item1</div>
<div>List item1</div>
<div>List item1</div>
</ul>
</body>
</html>