How to give link to particular text in Arduino project hub.
Say, I want to add the link to the circuit to tinkercad in any text of the comment. How can I do that?
How to give link to particular text in Arduino project hub.
You can't create a HTML link to plain text. To do so you have to mark the text with <a name= >
or <a id =>
tag.
Your question is not about arduino, learn the HTML manual.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.