HTML Contact Links Code
Sources:
title: Contents
style: nestedList # TOC style (nestedList|inlineFirstLevel)
minLevel: 1 # Include headings from the specified level
maxLevel: 4 # Include headings up to the specified level
includeLinks: true # Make headings clickable
debugInConsole: false # Print debug info in Obsidian console
Overview
Create contact links via Hyper Text Markup Language (HTML) <a>
tags using the href
attribute’s mailto:
, tel:
, and sms:
prefixes.
Code Snippet
<!-- Email link -->
<a href="mailto:name@example.com"> Send Email </a>
<!-- Phone call link -->
<a href="tel:+1234567890"> Call Us </a>
<!-- SMS link -->
<a href="sms:+1234567890"> Send SMS </a>
See Also
Appendix
Note created on 2024-04-12 and last modified on 2024-04-12.
Backlinks
LIST FROM [[HTML - Contact Links]] AND -"CHANGELOG" AND -"04-RESOURCES/Code/HTML/HTML - Contact Links"
(c) No Clocks, LLC | 2024