Files
jps/html/text_links.html

6 lines
203 B
HTML
Raw Normal View History

2020-02-16 12:49:28 -06:00
<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>.
2020-02-16 11:35:00 -06:00
2020-02-16 12:49:28 -06:00
<p>Anything between the a tags will have the link that is given in href.</p>