9 lines
186 B
HTML
9 lines
186 B
HTML
<html>
|
|
<body>
|
|
<div style="margin-bottom: 5px;">Item 1</div>
|
|
<div style="margin-bottom: 5px;">Item 2</div>
|
|
<div style="margin-bottom: 5px;">Item 3</div>
|
|
<div>Item 4</div>
|
|
</body>
|
|
</html>
|