Introduction
A razor page in Blazor consists of HTML and C# section. In this blog, we will see how with a single line of HTML code add a marquee to a razor component.
Sample code to be placed inside any Div in the HTML section of a razor component.
<marquee>Welcome to Sola Oshinowo demo, proceed to login.</marquee>
Outcome