Create text_links

This commit is contained in:
Joe James
2020-02-14 12:37:36 -06:00
committed by GitHub
parent c910105add
commit 60e2e6badb

5
text_links Normal file
View File

@@ -0,0 +1,5 @@
<a href="http://www.google.com">Here's a link to Google.</a>
<br>
Here's a link to <a href="http://www.yahoo.com">yahoo</a>.
<p>Anything between the a tags will have the link that is given in href.</p>