Attach hyperlinks in gmail mails

To attach hyperlinks in Gmail emails, you can follow these steps:

Method 1: Using the "Insert link" button

  1. Compose a new email or reply to an existing one.
  2. Type the text you want to turn into a hyperlink.
  3. Select the text by highlighting it with your mouse.
  4. Click on the "Insert link" button (looks like a chain link) in the toolbar above the compose window.
  5. Enter the URL you want to link to in the "Link URL" field.
  6. You can also add a link text (the text that will be displayed instead of the URL) in the "Link text" field.
  7. Click "Apply" to insert the hyperlink.

Method 2: Using the "Insert link" shortcut

  1. Compose a new email or reply to an existing one.
  2. Type the text you want to turn into a hyperlink.
  3. Right-click on the text and select "Insert link" from the context menu.
  4. Enter the URL you want to link to in the "Link URL" field.
  5. You can also add a link text (the text that will be displayed instead of the URL) in the "Link text" field.
  6. Click "OK" to insert the hyperlink.

Method 3: Using HTML code

  1. Compose a new email or reply to an existing one.
  2. Type the text you want to turn into a hyperlink.
  3. Wrap the text in HTML code using the <a> tag, like this: <a href="https://www.example.com">Link text</a>.
  4. Replace https://www.example.com with the actual URL you want to link to.
  5. Replace "Link text" with the text you want to display as the link.
  6. Send the email as usual.

Note: When using HTML code, make sure to use the correct syntax and formatting to avoid any issues with the email rendering.