Need help to create product details changelog code

Hello Experts

Need help to create this type of changelog html code

How can i create similar for my product details information

Thanks

That’s just a <pre> tag:

<pre>
- Item 1
- Item 2
</pre>

image

1 Like