I have made this code to prompt an RSS to my website with financial news:
<h2>Hello</h2>
<ul>
<!-- Replace the URL below with the URL of the RSS feed you want to display -->
<script src="https://rss.app/feeds/<YOUR-YELLOWBLOCK-RSS-FEED-URL>.xml"></script>
</ul>
</div>
But when I execute it, I think the script doesn´t work because I see the title but not the news themselves.
I am a rookie in this can someone help me?