help

Submitted by ye3 on June 25, 2025
Hello,

How do you make a word and when you click on it, it goes to another quiz. For Example: I have two quizzes and I want to go from the one to the other by clicking at the title that is in the other quiz. How do I do this?

5 Comments
+2
Level 73
Jun 25, 2025
I think you mean a hyperlink?

If so, copy: < a href="url" target="_blank">Where you want the link to go< /a >

Make sure to remove the spaces between the brackets, otherwise the link won't work.

+2
Level 88
Jun 25, 2025
Only include target="_blank" if you want the link to open in a new tab. If you want the the link to open in the same page then remove it.
+1
Level 73
Jun 25, 2025
Yes, forgot to add that.
+2
Level 10
Jun 25, 2025
thanks!
+1
Level 8
Jul 1, 2025
Hyperlink.

Edit: nvm I give up my explaining