<a>…..</a>
the only element that makes linking possible. to make a selection of a text a link, simply wrap it in opening & closing <a>…</a> tags and use the href attribute to provide the URL of the target page. The content of the anchor element becomes the hypertext link…<a>……. </a>
Discuss the “href” attribute
provides the address of the page or resource to the browser. The URL must always appear in quotation marks
What are the 2 ways to specify the URL