How do I make a clickable link on blogs and quizzes?

Submitted by OohAngelo on January 15, 2026
I am making a blog and I need to know how for one thing.
5 Comments
+5
Level 72
Jan 15, 2026
If you highlight the thing you want to link, you will see a bar at the top of the box that has all the options like Bold, Italicize, Underline, etc. Hyperlinking is the last one. Click it, paste the URL, and that's it!

For quizzes, you need the actual HTML. It's as follows:

< a href = "URL HERE" > Whatever you want as the clickable link here < /a >

Remove all of the spaces in this except the one between the "a" and "href", and the ones between the "Whatever you want as the clickable link here", obviously.

+3
Level 76
Jan 15, 2026
This blog is also insanely helpful. I have it bookmarked
+1
Level 61
Jan 16, 2026
This one is really good ngl
+2
Level 61
Jan 15, 2026
Ahemmmm. HTML. AI the question, it works. Or use a website that makes it for you (that is what I did)
+2
Level 81
Jan 16, 2026
When you're compiling a blog, there is a white index at the top of the section you are currently typing in, click on the symbol that looks like a small chain and a box will appear.

You paste the URL into the top line and the text you want on the bottom, click on "ADD" and voila, it's in your text!

Easy Peezy, lemon squeezie!