<!doctype html>
<html class="no-js" lang="en">
<head>
...
<body>
...
<div class="news-wrapper">
<news-ticker id="one" duration=3>
<p>First news</p>
<p>Second news with a <a href="https://google.com">link</a></p>
<p>And of course some "<strong>colors</strong>" like <span style="color:red;">red</span> or <span style="color:lime">lime</span>!</p>
</news-ticker>
</div>
...
<script src='https://cdn.jsdelivr.net/gh/tigersway/news-ticker@1/dist/news-ticker.esm.min.js' type="module"></script>
</body>
</html>
Options:
v1.0.0
v0.1.0