Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
edited tags
Link
Reporter
  • 3.9k
  • 5
  • 36
  • 50
Source Link
Viktor Bogutskii
  • 930
  • 1
  • 15
  • 22

Create a link from text

I have code

<div class="row1"> <em>My text</em> </div> 

How can I make a link like:

<div class="row1"> <em><a href="/mylink">My text</a></em> </div> 

I understand that the issue is a primitive but can not find the same simple solution.