Categories
HTML

How to display a reload symbol in HTML without loading an image?

Spread the love

Sometimes, we want to display a reload symbol in HTML without loading an image.

In this article, we’ll look at how to display a reload symbol in HTML without loading an image.

How to display a reload symbol in HTML without loading an image?

To display a reload symbol in HTML without loading an image, we use HTML entities.

For instance, we write

<span class="reload">&#x21bb;</span>

to add the &#x21bb; HTML entity to add the reload symbol onto the page.

Conclusion

To display a reload symbol in HTML without loading an image, we use HTML entities.

By John Au-Yeung

Web developer specializing in React, Vue, and front end development.

Leave a Reply

Your email address will not be published. Required fields are marked *