Programming Examples
HTML program segment that contains hypertext links from one document to another
Write an HTML program segment that contains hypertext links from one document to another?
Solution
<a href="about.html">About Us</a>
Output/ Explanation: