Render Flow - Email and phone links
Read <a href="mailto:example@example.com">
→Create anchor node
Read <a href="tel:+1234567890">
→Create anchor node
The browser reads anchor tags with special href values starting with mailto: or tel:. It creates clickable links that open the email client or phone dialer when clicked.