HTML Reference: Links
Quick reference for Links.
HTML Reference — Links
Quick summary of Links with syntax and example.
Syntax
<a href="...">text</a>
Example
<a href="https://drschool.web-wab.com">Open DrSchool</a>
Quick reference for Links.
Quick summary of Links with syntax and example.
<a href="...">text</a>
<a href="https://drschool.web-wab.com">Open DrSchool</a>