Saved Bookmarks
| 1. |
Varun is creating a web page. He wants to create a link on the text ‘sample’ to a le named sample, htm which resides in a sub directory named Exam of the D drive. Write the HTML command for this purpose. |
|
Answer» <A Href = “D:\Exam\sample.htm”> Sample</A> |
|