KnowledgeBoat Logo

Computer Applications

Your home page will be at http://www.mysite.com/home.htm when you put it on the Internet. Write the HTML code to go on that page so that when someone clicks the words All About Me, they see the page located at http://www.mysite.com/mylife.htm.

HTML Advanced Features

10 Likes

Answer

The command to perform the given task is as follows:

<A HREF = "mylife.htm"> All About Me </A>

Answered By

7 Likes


Related Questions