HTML a: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * http://www.w3schools.com/tags/tag_a.asp =Internal= * HTML Tags =Overview=")
 
 
Line 8: Line 8:


=Overview=
=Overview=
<syntaxhighlight lang='html'>
<a href="https://example.com">An Example</a>
</syntaxhighlight>

Latest revision as of 19:15, 24 December 2020

External

Internal

Overview

<a href="https://example.com">An Example</a>