CBSE Class 10 Computer Applications
Question 100 of 125
HTML II — Images, Links and Tables — Question 14
Back to all questions 14
Question Question 14
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.
The command to perform the given task is as follows:
<A HREF = "mylife.htm"> All About Me </A>